フィルターのクリア

Multiple PSD in same graph - Matlab

1 回表示 (過去 30 日間)
sommer lieber
sommer lieber 2015 年 6 月 30 日
I intend to plot multiple Power Spectral Densities on the same graph. I am using the following to plot the power spectral density for a single signal.
hss = dsp.SpectrumAnalyzer('SampleRate', Fs);
step(hss,rx);
release(hss);
However, if I were to plot another signal in the same spectrum analyzer using hold on doesn't seem to help
hss = dsp.SpectrumAnalyzer('SampleRate', Fs);
step(hss,rx); hold on;
step(hss,tx);
release(hss);
Could someone guide me on how to go about with this.

回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by