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!


