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

4 次查看(过去 30 天)
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 个评论
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

类别

Help CenterFile Exchange 中查找有关 Fourier 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