필터 지우기
필터 지우기

fft

조회 수: 2 (최근 30일)
Yasmin Tamimi
Yasmin Tamimi 2012년 4월 14일
Hey everyone,
I just want to know why we use fft in matlab to compute DFT? and can anyone recommend good DSP books or manuals.
Thanks inadvance

채택된 답변

Wayne King
Wayne King 2012년 4월 14일
I think that is covered in just about any textbook. The DFT is computationally intensive to implement as a matrix-vector multiplication.
The NxN DFT matrix times a Nx1 signal vector involves N^2 multiplications and N additions.
By exploiting certain symmetries the fft() reduces that significantly.
If you just read the wikipedia page, you'll find references:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by