How to Import signals generated through wireless waveform generation App to MATLAB simulink

4 views (last 30 days)
I am trying to import the signal generated through Wireless Waveform Generation App to MATLAB simulink and want to analyse the signal strength used by different devices through MATLAB simulink. can you please help me with this

Accepted Answer

Shashwat Bajpai
Shashwat Bajpai on 10 Feb 2020
  1. Once a waveform is generated you can "Export" the waveform to MATLAB Workspace using the Export option in the toolstrip.
  2. On clicking the down arrow on the Export button you'll see 2 options "Export to Workspace" and "Export to File".
  3. Choosing the former option will generate a dailog box asking for he variable name.
  4. Enter the variable name as desired and click Ok.
  5. This will create a variable by the given name in the MATLAB Workspace which can be use in MATLAB as well as SImulink.
Hope this Helps!
  1 Comment
VIGNESH RAMESH
VIGNESH RAMESH on 21 Mar 2020
Thank you so much , additionally how can I import the generated waveform in Simulink. I have exported and created a file , but now I am stuck with importing the file to Simulink

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!