FFT function in matlab
古いコメントを表示
Hi
i just wanted to check out something regarding the fft function in matlab?
Does the spectra produced by the fft function give amplitudes or power?
回答 (3 件)
Rick Rosson
2014 年 10 月 6 日
編集済み: Rick Rosson
2014 年 10 月 6 日
0 投票
Neither. It is a straight implementation of the definition of the DFT. Depending on how you choose to scale the result, you can compute one of a variety of different forms of the spectrum. It is in general proportional to the amplitude spectrum and not the power spectrum.
What are you trying to compute using fft?
Image Analyst
2014 年 10 月 6 日
0 投票
Maybe you'd rather use pwelch() in the Signal Processing Toolbox.
Bran
2014 年 10 月 6 日
0 投票
4 件のコメント
Rick Rosson
2014 年 10 月 7 日
Please post your code.
Bran
2014 年 10 月 7 日
Bran
2014 年 10 月 7 日
Rick Rosson
2014 年 10 月 7 日
Can you also post the code you have where you computed the complex values using the FFT?
カテゴリ
ヘルプ センター および File Exchange で Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!