Power Spectral Density Plot

I would like to have the Y axis units of the Power spectral densty plot show up as V/sqrt(Hz). The default way that they show up is dB/Hz

댓글 수: 1

Swarooph
Swarooph 2011년 11월 18일
What function are you using exactly to do the PSD?

댓글을 달려면 로그인하십시오.

답변 (1개)

Naz
Naz 2011년 11월 19일

0 개 추천

If you are using periodogram function without outputs, then it plots dB/Hz. However, if you do:
[Pxx,w] = periodogram(...);
plot(w,Pxx);
then you should get Pxx as power per radians per sample.

카테고리

도움말 센터File Exchange에서 Parametric Spectral Estimation에 대해 자세히 알아보기

질문:

2011년 11월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by