what to do to run dsp.SpectrumAnalyzer?

2 ビュー (過去 30 日間)
nazmul islam
nazmul islam 2017 年 3 月 30 日
回答済み: Greg Dionne 2017 年 3 月 30 日
Hello, I wonder why the following code showing the error (i.e. Undefined variable "dsp" or class "dsp.SpectrumAnalyzer".)?
fs = 100;t = (0:1/fs:100)'; fc = 10; x = sin(2*pi*t); ydouble = ammod(x,fc,fs);ysingle = ssbmod(x,fc,fs); sa = dsp.SpectrumAnalyzer('SampleRate',fs,'PlotAsTwoSidedSpectrum',false,'YLimits',[-60 40]); step(sa,ydouble)
Regards

採用された回答

Greg Dionne
Greg Dionne 2017 年 3 月 30 日
You might not have the DSP System Toolbox installed.
Try using pwelch() or periodogram()

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by