MATLAB: Select a element from Buffer as sample based signal in Simulink

frame

Is there a way to select a element from a Buffer as sample based signal in Simulink? Using normal selector still gives out always a frame-based signal …. 🙁

Best Answer

Hi Song
The Buffer block always performs frame-based processing. You can use the "Unbuffer" block that outputs independent time-samples. The block is described in detail at the link below:
Hope this helps