delay-n

Navigation:  Library > Signal > Discrete >

delay-n

Previous pageReturn to chapter overviewNext page

Library

Signal\Discrete

Use

Domains: Discrete. Size: 1-D. Kind: Block Diagrams.

Description

This is the z-delay function with n samples delay.

 

output(k) = input(k - n*T)

with k = n * T , n = 1,2,3,...

 

The sample time T can be set in the Simulator (choose Properties, Simulation and Discrete System).

Interface

Inputs

Description

input

 

Outputs

 

output

 

Initial Values

 

output_initial

The initial value of the block.

Parameters

 

n

The number of sample delays (n = 1,2,3,..).

Limitations

The parameter n can not be changed during simulation. If it is increased, re-processing of the model is necessary.
The input and output of this model are discrete signals. 20-sim will automatically detect the existence of discrete models. Each chain of discrete models will be assigned a specific sample time. You can set this sample time to any desired value in the Simulator (choose Properties, Simulation and Discrete System).