Getting error trying to get data from spectrum analyzer every 20ms

5 visualizaciones (últimos 30 días)
Jun W
Jun W el 8 de Mayo de 2018
Editada: Hans Scharler el 11 de Mayo de 2018
I have Simulink model built as top left, spectrum analyzer showing real-time fft at the bottom left, and I typed: spectrumTable = getSpectrumData(scopext) in command window trying to get data from spectrumanalyzer every 20ms(each frame), and then it shows the error on the right "too many output arguments". Anyone knows how can I achieve it?

Respuestas (1)

Walter Roberson
Walter Roberson el 9 de Mayo de 2018
scopext is a function to register scope extensions in various situations. With no input arguments you would probably end up running the one from the Signal Processing Toolbox, or possibly the Fixed Point toolbox. Neither of those return any output value, so you cannot use them in the form getSpectrumData(scopext)
Perhaps there was reason you expected scopext to be a variable that you had assigned a <https://www.mathworks.com/help/dsp/ref/dsp.spectrumanalyzer.getspectrumdata.html Spectrum Analyzer System Object to.

Community Treasure Hunt

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

Start Hunting!

Translated by