Dynamics

Delay Block

Introduces a fixed time delay to the input signal (transport lag)

Open Delay in BlockWerk →

Description

The Delay block introduces a fixed time delay (transport lag) to the input signal. This models communication delays, sensor latency, processing time, and other real-world system dynamics. The delay is implemented using a circular buffer that stores historical input values.

Mathematical Model

y(t) = u(t - τ)
where τ is the constant delay time

Parameters

Examples

A pulse signal with 0.2 second delay appears shifted 0.2 seconds later.

Edge Cases

Remarks

See Also