Skip to content

timing

Group timing in ev twin library contains a set of storage efficient functions for various delays. Delay is realized with internal integrators.

Description

pulse generates a pulse of duration at first rising edge of input signal and returns a pulse with amplitude 1.

delay pulse delays the whole pulse by time t. It is important that t is shorter than the duration of the pulse. Output amplitude is 1.

delay jump delays a signal on first rising edge by t. At falling edge the signal is not delayed.

delay ramp works similar as delay jump. But it offers more flexibility in init value and rate of change coefficients.

The different behaviour is shown in the following graph.

Notes

all inputs have vector support. Internal constants will be reused.