Skip to content

Unit Delay

One-step delay (z⁻¹): the output at step k equals the input at step k-1. Breaks algebraic loops and lets a control output feed back into its own input.

Category: Discrete

Keywords: delay, z^-1, z-1, memory, register, previous, lag, k-1, discrete

Ports

NameDirectionValue typeNotes
ininputdouble
outoutputdouble

Parameters

This component has no user-editable parameters.


Implemented in C++ class SimCompCtlUnitDelay (components/control/CSim_comp_ctl_unit_delay/sim_comp_ctl_unit_delay.h).

Released under the MIT License.