The dsp.SpectrumAnalyzer
System object warns in R2024a. Use the spectrumAnalyzer object instead.
Update Code
No updates to your code are required except replacing instances of
dsp.SpectrumAnalyzer with
spectrumAnalyzer.
This table shows how the show function typically uses the
dsp.SpectrumAnalyzer
System object and explains how to update existing code to use the
spectrumAnalyzer object.
Discouraged Usage
Recommended Replacement
scope = dsp.SpectrumAnalyzer;
show(scope)
scope = spectrumAnalyzer;
show(scope)
The show function will stop supporting the
dsp.SpectrumAnalyzer object in a future release. Use the
spectrumAnalyzer object instead.