| Package | Description |
|---|---|
| ptolemy.actor.lib.comm |
Communications actors.
|
| Class and Description |
|---|
| HuffmanBasic
Given a probability distribution, generate the Huffman code book.
|
| HuffmanBasic.Node
A class that defines the node in binary tree that is used
to construct the codebook of Huffman code.
|
| ViterbiDecoder
The Viterbi algorithm is an optimal way to decode convolutional and
trellis codes.
|