Simulink Reference | ![]() ![]() |
Delay a signal one sample period
Library
Simulink Discrete and Fixed-Point Blockset Delays & Holds
Description
The Unit Delay block delays its input by the specified sample period. This block is equivalent to the z-1 discrete-time operator. The block accepts one input and generates one output, which can be either both scalar or both vector. If the input is a vector, all elements of the vector are delayed by the same sample period.
You specify the block output for the first sampling period with the Initial conditions parameter. Careful selection of this parameter can minimize unwanted output behavior. The time between samples is specified with the Sample time parameter. A setting of -1
means the sample time is inherited.
The Unit Delay block provides a mechanism for discretizing one or more signals in time, or for resampling the signal at a different rate. If your model contains multirate transitions, then you must add Unit Delay blocks between the slow-to-fast transitions. The sample rate of the Unit Delay block must be set to that of the slower block. For fast-to-slow transitions, use the Zero Order Hold block. For more information about multirate transitions, refer to the Simulink or the Real-Time Workshop documentation.
Note The Unit Delay block accepts continuous signals. When it has a continuous sample time, the block is equivalent to the Simulink Memory block. |
Data Type Support
The Unit Delay block accepts real or complex signals of any data type except int64
and uint64
, including fixed-point data types. If the data type of the input signal is user-defined, the initial condition must be zero.
Parameters and Dialog Box
-1
. See Specifying Sample Time in the online documentation for more information.Conversions and Operations
The Initial conditions parameter is converted from a double to the input data type offline using round-to-nearest and saturation.
Characteristics
Dimensionalized |
Yes |
Direct Feedthrough |
No |
Sample Time |
Discrete or continuous. When inheriting a continuous signal, this block acts as a Simulink Memory block. |
Scalar Expansion |
Of input or initial conditions |
States |
Yes--inherited from driving block for nonfixed-point data types. |
Zero Crossing |
No |
![]() | Uniform Random Number | Variable Transport Delay | ![]() |