Periodogram PSD vs FFT PSD

8 次查看(过去 30 天)
Terry
Terry 2012-10-5
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.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Parametric Spectral Estimation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by