How FFT works in a signal?

4 ビュー (過去 30 日間)
Mir Rejaul Karim
Mir Rejaul Karim 2016 年 7 月 13 日
回答済み: Star Strider 2016 年 7 月 13 日
I have read the MATLAB help section. But I am not totally clear what the "fft" comand really does to a signal. Could anybody please explain this to me?

採用された回答

Star Strider
Star Strider 2016 年 7 月 13 日
I am not certain what you are actually asking.
The Fourier transform decomposes a signal into a series of sine functions of different magnitudes, frequencies, and phases. The output are the magnitudes and phases of each frequency component. These are calculated as complex constants that can be expressed as magnitude and phase with, for example, the MATLAB abs and angle functions.
The fast Fourier transform takes advantage of the mathematical characteristics of the sine function to significantly reduce the number of computations involved.

その他の回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 7 月 13 日
編集済み: Azzi Abdelmalek 2016 年 7 月 13 日

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by