How to import the exported signal using Wireless waveform generator app to MATLAB Simulink

6 ビュー (過去 30 日間)
VIGNESH RAMESH
VIGNESH RAMESH 2020 年 3 月 22 日
回答済み: Ganesh Regoti 2020 年 3 月 26 日
Once we "Export" the waveform to MATLAB Workspace using the Export to workspace or Export to file option in the toolstrip , how can we import that signal to MATLAB simulink.

回答 (1 件)

Ganesh Regoti
Ganesh Regoti 2020 年 3 月 26 日
Hi,
To load signal from workspace to Simulink using Signal From Workspace block.
For data generated by Waveform Generator App, when loaded to workspace gives a struct of data. When using the above block, you need to mention the exact location of data in the struct.
Let's say waveformData is the name of variable exported to Workspace, you need to mention as follows
waveformData.waveform %It has the signal data
Hope this helps!

カテゴリ

Help Center および File ExchangeWLAN Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by