FFT range for a signal
2 ビュー (過去 30 日間)
古いコメントを表示
Hi
I have a signal from which I want to find the dominant frequency.
Does fft ignore the part which is constant (like DC)? Does that part affect the fft calculations?
Thanks in Advance
0 件のコメント
採用された回答
Walter Roberson
2015 年 11 月 2 日
fft() does not ignore the DC component. The DC component is returned as the very first vector entry of the result.
0 件のコメント
その他の回答 (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!