FFT function in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (3)
Rick Rosson
el 6 de Oct. de 2014
Editada: Rick Rosson
el 6 de Oct. de 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 comentarios
Image Analyst
el 6 de Oct. de 2014
Maybe you'd rather use pwelch() in the Signal Processing Toolbox.
0 comentarios
Bran
el 6 de Oct. de 2014
4 comentarios
Rick Rosson
el 7 de Oct. de 2014
Can you also post the code you have where you computed the complex values using the FFT?
Ver también
Categorías
Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!