Borrar filtros
Borrar filtros

Power Spectral Density Plot

2 visualizaciones (últimos 30 días)
Baba
Baba el 17 de Nov. de 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 comentario
Swarooph
Swarooph el 18 de Nov. de 2011
What function are you using exactly to do the PSD?

Iniciar sesión para comentar.

Respuestas (1)

Naz
Naz el 19 de Nov. de 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.

Categorías

Más información sobre Parametric Spectral Estimation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by