DelayLine

Parent Previous Next

VisualSim.simulators.sdf.lib
Class DelayLine


This actor reads tokens from its input port, and for each token read outputs an array that contains the current token as the first token, followed by some number of previously read tokens. The length of the output array is the same as that of the array in the initialValues parameter. That parameter also provides the initial values when there are no previously read tokens.

Note that this actor is not a simple sample delay. Use the SampleDelay actor to achieve a simple sample delay.


Field Detail

initialValues

public VisualSim.data.expr.Parameter initialValues



Created with the Personal Edition of HelpNDoc: Easy EBook and documentation generator