필터 지우기
필터 지우기

differences between all the FFTs?

조회 수: 1 (최근 30일)
jon
jon 2013년 5월 2일
Wikipedia lists a lot of FFT algorithms:
Cooley–Tukey FFT algorithm, Prime-factor FFT algorithm, Bruun's FFT algorithm, Rader's FFT algorithm, and Bluestein's FFT algorithm http://en.wikipedia.org/wiki/Fast_Fourier_transform
What are the pros and cons of each algorithms? And which one do you prefer?
  댓글 수: 4
Matt Kindig
Matt Kindig 2013년 5월 3일
Of course you can do fft with Matlab, using the fft() function. However, your question was a comparison of algorithms, which is not a Matlab question.
For what it's worth, you can learn more about the particular algorithm used by Matlab in the fft() documentation, under "Algorithm", at
doc fft
It seems that several of the algorithms that you named are all used by Matlab at various points in the computation.
Matt Kindig
Matt Kindig 2013년 5월 3일
Alternatively, you can program any of these FFT algorithms yourself using Matlab. However, how to implement a particular FFT into Matlab is a very different question than your question, which is more of an opinion about the different algorithms.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by