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 ?

14 vues (au cours des 30 derniers jours)
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 ?

Réponses (2)

Image Analyst
Image Analyst le 22 Mai 2016

Star Strider
Star Strider le 22 Mai 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.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by