tempus System Class DelayGF
DelayGF is part of the WaveTrain system class library.

DelayGF applies a specified delay to its Grid < float > inputs. Each time its input signals that its value has changed (i.e. undergone a discrete change), DelayGF stores the new value and the current time, then, after the specified delay, signals that its output has changed. To prevent excessive memory comsumption, stored values are discarded after the length of the time delay. Because input values are recorded only when discrete changes are signaled, the output of DelayGF always varies discretely, even if its inputs vary continuously.

Tempus Block Diagram Editor Snapshot
Parameters
delay  float   delay time (s)   0.0
Inputs
inputGrid  Grid<float>   Grid input to be delayed   
Outputs
delayedGrid  Grid<float>   Equal to inputGrid, but delayed by specified amount   
Subsystems


Last Saved: Tue Mar 31 13:58:17 MDT 2009 by TVE version 2009B