フィルターのクリア

How MATLAB fft processes data which length is not equal to 2^p (p = 1,2,...)

1 回表示 (過去 30 日間)
Chen Wu
Chen Wu 2023 年 8 月 2 日
コメント済み: Chen Wu 2023 年 8 月 2 日
Can someone let me know "How MATLAB fft processes data which length is not equal to 2^p (p = 1,2,...)"?
More specifically if data length = n * 2^7 = n*128, when the length is not one of 2^p (p = 7,8,9, ...).
Thanks
Chen
  2 件のコメント
Dyuman Joshi
Dyuman Joshi 2023 年 8 月 2 日
If I understood your query properly, this should help - More About section of the FFT Documentation
Chen Wu
Chen Wu 2023 年 8 月 2 日
Thank Dyuman
The Tips in the link just tell how to select length of data for FFT. But they donot tell how DFT in matlab be caculated by fft, if data length, say 50*128, i.e. fft(data(50*128,1)).

サインインしてコメントする。

回答 (1 件)

Bruno Luong
Bruno Luong 2023 年 8 月 2 日
MATLAB FFT use FFT in the est library.
The reference here explain the algorithm http://www.fftw.org/fftw-paper-ieee.pdf
  1 件のコメント
Chen Wu
Chen Wu 2023 年 8 月 2 日
Looks this paper can answer my question. However, it needs a lot time to read it.
Thanks for giving me the link.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by