Power Spectral Density Plot
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Naz
2011 年 11 月 19 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Parametric Spectral Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!