Delay-Time

Navigation:  Library > Signal > Block Diagram >

Delay-Time

Previous pageReturn to chapter overviewNext page

Library

Signal\Block Diagram

Use

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

Description

This model stores the input signal and corresponding time in a buffer. After "delay" seconds the stored values are retrieved. When the simulation time step does not coincide with the delay time "delay", the output is calculated by first order interpolation.

 

output = initial; (time < delay)

output = inp(time - delay); (time >= delay)

Interface

Inputs

Description

input

 

Outputs

 

output

 

Parameters

 

initial

delay

The initial output value.

Delay time.