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 (최근 30일)
이전 댓글 표시
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
답변 (2개)
Image Analyst
2016년 5월 22일
Study up on the Nyquist Frequency: https://en.wikipedia.org/wiki/Nyquist_frequency and Nyquist rate: https://en.wikipedia.org/wiki/Nyquist_rate
댓글 수: 0
Star Strider
2016년 5월 22일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!