Hello, what I am trying to do is that suppose I am given a signal. I would like to store the value at each time step for 10 values (10 steps). Then, I would like to stack these ten values as an array and send them out at the next step (11th step), clear all the memory and receive another set of signal. Is it possible to do that ?
Thank you very much