fft
1 回表示 (過去 30 日間)
古いコメントを表示
Hey everyone,
I just want to know why we use fft in matlab to compute DFT? and can anyone recommend good DSP books or manuals.
Thanks inadvance
0 件のコメント
採用された回答
Wayne King
2012 年 4 月 14 日
I think that is covered in just about any textbook. The DFT is computationally intensive to implement as a matrix-vector multiplication.
The NxN DFT matrix times a Nx1 signal vector involves N^2 multiplications and N additions.
By exploiting certain symmetries the fft() reduces that significantly.
If you just read the wikipedia page, you'll find references:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!