FFT function in matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (3)
Rick Rosson
le 6 Oct 2014
Modifié(e) : Rick Rosson
le 6 Oct 2014
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 commentaires
Image Analyst
le 6 Oct 2014
Maybe you'd rather use pwelch() in the Signal Processing Toolbox.
0 commentaires
Bran
le 6 Oct 2014
4 commentaires
Rick Rosson
le 7 Oct 2014
Can you also post the code you have where you computed the complex values using the FFT?
Voir également
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!