
DelayLine |
ptolemy.domains.sdf.lib.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.
Author(s): Steve Neuendorffer
Version:$Id: DelayLine.java,v 1.29 2005/07/08 19:58:43 cxh Exp $
Pt.Proposed Rating:Yellow (yuhong)
Pt.Accepted Rating:Yellow (neuendor)
initialValues
The initial values of the delay line.
This parameter must contain an ArrayToken.
The default value is an array that contains 4 integer tokens.
Changes to this parameter after initialize() has been invoked
are ignored until the next execution of the model.