SequenceToMatrix
ptolemy.domains.sdf.lib.SequenceToMatrix

This actor bundles a specified number of input tokens into a matrix. On each firing, it reads rows times columns input tokens and writes one output matrix token with the specified number of rows and columns. This actor is polymorphic. It can accept inputs of any scalar type that has a corresponding matrix type.



Author(s): Edward Lee
Version:$Id: SequenceToMatrix.java,v 1.22 2005/07/08 19:58:46 cxh Exp $
Pt.Proposed Rating:Yellow (eal)
Pt.Accepted Rating:Red (neuendor)




rows
The number of rows in the output. This is an integer that defaults to 1.

columns
The number of columns in the output. This is an integer that defaults to 1.