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!