I have time data for 10000 points. What is the optimum value of Nfft to view frequency spectrum using FFT in signal processing tool box ?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have time data for 10000 points. What is the optimum value of Nfft to view frequency spectrum using FFT in signal processing tool box ?
0 comentarios
Respuestas (2)
Image Analyst
el 22 de Mayo de 2016
Study up on the Nyquist Frequency: https://en.wikipedia.org/wiki/Nyquist_frequency and Nyquist rate: https://en.wikipedia.org/wiki/Nyquist_rate
0 comentarios
Star Strider
el 22 de Mayo de 2016
The NFFT can be anything greater than 10000 for your signal. The fft is most efficient if it has a vector with the length of a power-of-two to work with. The next highest power-of-two should work.
See the nextpow2 function.
0 comentarios
Ver también
Categorías
Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!