Effacer les filtres
Effacer les filtres

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

11 vues (au cours des 30 derniers jours)
Power Spectral Density
PSD=PSD= real(Signal).^2 + imag(Signal).^2;
Where Signal =FFT output
How can I find Energy Spectral Density?

Réponse acceptée

Image Analyst
Image Analyst le 8 Fév 2022
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);

Plus de réponses (0)

Catégories

En savoir plus sur Parametric Spectral Estimation dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by