FFT function in matlab
Mostra commenti meno recenti
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?
Risposte (3)
Rick Rosson
il 6 Ott 2014
Modificato: Rick Rosson
il 6 Ott 2014
0 voti
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
il 6 Ott 2014
0 voti
Maybe you'd rather use pwelch() in the Signal Processing Toolbox.
Bran
il 6 Ott 2014
0 voti
4 Commenti
Rick Rosson
il 7 Ott 2014
Please post your code.
Bran
il 7 Ott 2014
Bran
il 7 Ott 2014
Rick Rosson
il 7 Ott 2014
Can you also post the code you have where you computed the complex values using the FFT?
Categorie
Scopri di più su Transforms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!