Hello, Please how can I buffer the latest N data from a signal inside a SIMULINK model, in order to use them to implementi a k-step-ahead predictor. All operations needs to be done inside the SIMULINK model, so I am looking for a Block for buffering which takes its input from another block (signal source) and send buffered data to the block for predictor.
Thanks