Page 1 of 1

By default, the Delay block uses array buffers to store state. However, array buffers might slow down the simulation whe

Posted: Sun Mar 07, 2021 6:18 pm
by mamorani
By default, the Delay block uses array buffers to store state. However, array buffers might slow down the simulation when Delay blocks have large states. In this case, using a circular buffer to store the state improves the simulation speed. Note, using circular buffers might change linearization results.

advisor