MATLAB: How to create a data buffer in simulink

data buffers

How can i create a data buffer in simulink for storing a specefied number of values. example:if the size of buffer is 'n',It should hold the latest n values provided at the input.

Best Answer

I believe the Tapped Delay block should do what you are requesting. You can find this block in the Simulink Library Browser under: Simulink -> Discrete -> Tapped Delay
Related Question