FFT function in matlab
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(3 个)
Rick Rosson
2014-10-6
编辑:Rick Rosson
2014-10-6
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?
0 个评论
Bran
2014-10-6
4 个评论
Rick Rosson
2014-10-7
Can you also post the code you have where you computed the complex values using the FFT?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!