Ripples in Fourier Transform
Show older comments
I am trying to plot fourier transform of sinc function using following code. In plot, I can see some ripples. Do anybody know the possible reasons of these ripples. As the spectrum should be rectangular without any ripples. Any help will be appreciated. y = sinc(x); plot(y) s=abs(fft(y)); z = fftshift(s); plot(z);
Accepted Answer
More Answers (0)
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!