Is there any difference in calculation of Energy spectral density and Power spectral density using MATLAB?

15 次查看(过去 30 天)
Power Spectral Density
PSD=PSD= real(Signal).^2 + imag(Signal).^2;
Where Signal =FFT output
How can I find Energy Spectral Density?

采纳的回答

Image Analyst
Image Analyst 2022-2-8
Wouldn't it just be the sqrt(psd)?
By the way, there is a function in the Signal Processing Toolbox to get the PSD:
PSD = pwelch(timeDomainSignal);

更多回答(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