Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Chen Wu
Chen Wu am 2 Aug. 2023
Kommentiert: Chen Wu am 2 Aug. 2023
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 Kommentare
Chen Wu
Chen Wu am 2 Aug. 2023
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)).

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Bruno Luong
Bruno Luong am 2 Aug. 2023
MATLAB FFT use FFT in the est library.
The reference here explain the algorithm http://www.fftw.org/fftw-paper-ieee.pdf
  1 Kommentar
Chen Wu
Chen Wu am 2 Aug. 2023
Looks this paper can answer my question. However, it needs a lot time to read it.
Thanks for giving me the link.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by