DelaySignal
| DelaySignal delays its input signal by one evaluation step. |
Methods | Arguments | Return Value |
compute | signal::logical | none |
out | none | logical |
On activation of method
Compute
The input signal is buffered.
Out
The buffered signal is returned, thus the input signal is delayed by one step.
