Delay (by one sample)

Signature

State_Register(expression, init)

Description

Provides a register for storing a value. The register is initialized with the constant value init, this provides the first output sample. After this the second sample of the result will be the first sample of expression and so on. Overall the input signal will be shifted by one sample.

Result

The output of the register which is the expression delayed by one sample.

Arguments

 

expression

The signal to be delayed.

init

A constant value used as the value for the first output sample.