Effacer les filtres
Effacer les filtres

Power Spectral Density Plot

1 vue (au cours des 30 derniers jours)
Baba
Baba le 17 Nov 2011
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 commentaire
Swarooph
Swarooph le 18 Nov 2011
What function are you using exactly to do the PSD?

Connectez-vous pour commenter.

Réponses (1)

Naz
Naz le 19 Nov 2011
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.

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by