Clear Filters
Clear Filters

How to embed a dsp system object such as dsp.SpectrumAnalyzer dsp.TimeScope into an App Designer App?

3 views (last 30 days)
Is there are way to embed a dsp system object into an App Designer Container or some other way to embed a dsp system object into an App Designer App? Thank you in advance.

Answers (1)

Imran
Imran on 3 Nov 2022
Hello Joshua,
I understand that you want to embed a DSP System Object (such as spectrum analyser or time scope) into an app which is made through "App Designer" in MATLAB.
Here I'm assuming that you have the working code for the DSP System Object.
You can insert the code for the DSP System Object in the callback function of a component in "App Designer". That’s how the DSP System Object will get embedded in your app when any event occurs with that component.
I hope this helps.

Community Treasure Hunt

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

Start Hunting!