| Scilab Reference Manual |
|---|
DELAY_f — Scicos delay block
This block implements as a discretized delay. It is in fact a Scicos super block formed by a shift register and a clock.
value of the delay is given by the discretization time step multiplied by the number of states of the register minus one
| Discretization time step | : positive scalar, delay discretization time step |
| Register initial state | : register initial state vector. Dimension must be greater than or equal to 2 |
| << CURV_f | DELAYV_f >> |