Do we need to sample a analog signal before taking FFT for it in MATLAB?
Mostrar comentarios más antiguos
Consider y=sin(t), I want to take the FFT for it.Can I take the FFT for it without sampling? Is that the right way?
Respuestas (1)
Walter Roberson
el 25 de Sept. de 2013
0 votos
No, if you want to do it without sampling then you should be using Fourier Transform instead of Fast Fourier Transform, as FFT is for discrete data.
Categorías
Más información sobre Fourier Analysis and Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!