Store and play back a signal in Simulink
1 view (last 30 days)
Show older comments
I had generated a pulsed sine signal and now i want to store the data and play back even with absence of source(nco).
0 Comments
Accepted Answer
Birdman
on 31 Oct 2017
Use To Workspace and From Workspace blocks.
2 Comments
Birdman
on 2 Nov 2017
They are not so different, To and From Workspace blocks enable you to write the data to workspace in a format that you specify. It does not automatically save the data to a mat file. But To File block automatically saves the data in a format that you specify to a mat file.
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!