Periodogram PSD vs FFT PSD
Mostrar comentarios más antiguos
When power scaling the magnitude of the output from an FFT one could use the following scaling which equivocates the psd of the FFT to the MSE of the time series:
PSD0=(abs(x)/N)^2
PDSi=2*(abs(x)/N)^2 for i=1, 2, …n/2+1
The MatLab function ‘periodogram’ returns PSD values that sum to twice the MSE of the time series (each PSD value is twice the FFT value). Why is that? Both analysis were done with no windowing.
1 comentario
Honglei Chen
el 5 de Oct. de 2012
Hi Terry, could you show the comparison code?
Respuestas (0)
Categorías
Más información sobre Spectral Estimation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!