Ripples in Fourier Transform
Afficher commentaires plus anciens
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);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!