Package | Description |
---|---|
ptolemy.actor.lib.comm |
Communications actors.
|
Modifier and Type | Class and Description |
---|---|
class |
HuffmanCoder
Given a probability distribution and alphabet, encode the input using
Huffman code and send the result in booleans to the output port.
|
class |
HuffmanDecoder
Given a probability distribution and the corresponding alphabet,
decode the input using Huffman code and send the result to the output
port.
|