
VQDecode |
ptolemy.domains.sdf.lib.vq.VQDecode |
This actor decompresses a vector quantized signal. This operation is simply
a table lookup into the codebook.
Author(s): Steve Neuendorffer
Version:$Id: VQDecode.doc.html,v 1.1 2006/02/22 18:42:26 mangal Exp $
Pt.Proposed Rating:Yellow (neuendor)
Pt.Accepted Rating:Red
codeBook
A Parameter of type String, giving the location of the codebook data
file relative to the root classpath.
blockCount
The number of blocks to be decoded during each firing.
The default value is one, which will always work, but using a higher
number (such as the number of blocks in a frame) will speed things up.
This should contain an integer.
blockWidth
The width, in integer pixels, of the block to decode.
blockHeight
The width, in integer pixels, of the block to decode.
input_tokenConsumptionRate
The input rate.
output_tokenProductionRate
The output rate.