Triggered buffering in Simulink?

I have a problem, where I have two signals coming in - one is a trigger, and the other is data.
The data is only useful from the trigger and the next 882 samples, and I'd like to convert the 882 samples into frames, which are analysed further.
My idea was to use the buffer inside a triggered subsystem, but that doesn't work, because of the different transition rate that would occur on either side of the buffer.
Any ideas on how to circumvent this, or maybe another solution idea?

1 comentario

Kaustubha Govind
Kaustubha Govind el 10 de Jul. de 2013
What about if you place the Buffer block after the Triggered Subsystem (ie. at its output)? The subsystem should simply pass the input to the output.

Iniciar sesión para comentar.

Respuestas (1)

deng xifei
deng xifei el 4 de En. de 2015

0 votos

you can use buffer and unbuffer at the input and output

Preguntada:

el 5 de Jul. de 2013

Respondida:

el 4 de En. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by