Getting error trying to get data from spectrum analyzer every 20ms
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponses (1)
Walter Roberson
le 9 Mai 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Scopes and Data Logging dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!