Delay (by several samples)

Signature

State_Delay(expression, init, delay)

Description

Returns the delay (by several samples). The signal expression will be delayed by delay samples. The first samples until the real signal starts will be filled with a value given by init.

Result

The input expression delayed by delay.

Arguments

 

expression

The signal to be delayed.

init

A constant value used as the output value until the delayed signal starts.

delay

A constant number of samples to delay the signal.