PSD units conversion

1 次查看(过去 30 天)
Baba
Baba 2011-11-1
I would like to have units of V/RootHz on the Y axis. I can get Volts by removing 10*log10 from code blow, but how do I get /rootHz Code:
fs=2000;
Hs=spectrum.periodogram; % Use default values
psdest = psd(Hs,Signal,'Fs',fs);
semilogx(psdest.Frequencies,10*log10(psdest.Data));
grid on;

采纳的回答

Wayne King
Wayne King 2011-11-1
You get V^2 by removing 10*log10(), not V.
What do you mean by V/rootHz?
  1 个评论
Guglielmo
Guglielmo 2012-1-26
Wait be careful.
PSD is a power so it's unit is dB re V^2/Hz (I assume the input signal is in V).
Removing dB you have V^2/Hz or with sqrt V/sqrt{Hz}.
Don't forget there is a spectral band

请先登录,再进行评论。

更多回答(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