aggregate simulation output (continuous signal values)
Ältere Kommentare anzeigen
How can I aggregate continuous signal values (that are generated during simulink simulation, each time step a new sample) into a vector that will be used as input to a discrete time block?
I have tried to use "to workspace" and "from workspace" block, but they don't deal with the aggregation issue.
Is there is a way to do that?
Thank you, Lia.
Antworten (1)
Kaustubha Govind
am 16 Apr. 2013
0 Stimmen
Perhaps you need something like the Buffer block? If you don't have access to the DSP System Toolbox, you may be able to implement such a buffer yourself using a string of Unit Delay blocks.
Kategorien
Mehr zu Signal Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!