Community Profile

photo

David Zarate Villegas


Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to optimize this program using a for loop?
clear close clc x=linspace(-5,5,1000); y = sin(x.^2).*cos(x.^2); fx = exp(-x.^2); fm1 = ifft(fft(fx)/norm(fx)....

bijna 8 jaar ago | 1 answer | 0

1

answer