필터 지우기
필터 지우기

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

조회 수: 7 (최근 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