Community Profile

photo

David Zarate Villegas


Active since 2016

Statistics

  • Thankful Level 1

View badges

Content Feed

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)....

meer dan 7 jaar ago | 1 answer | 0

1

answer