필터 지우기
필터 지우기

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
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 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