Signal\Block Diagram
Domains: Continuous. Size: 1-D. Kind: Block Diagrams.
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)
Inputs |
Description |
input |
|
Outputs |
|
output |
|
Parameters |
|
initial delay |
The initial output value. Delay time. |