aggregate simulation output (continuous signal values)

조회 수: 3 (최근 30일)
Lia
Lia 2013년 4월 14일
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.

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 4월 16일
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.

카테고리

Help CenterFile Exchange에서 Signal Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by