| |
| | HUFFMAN VS DYNAMIC HUFFMAN -- Winter 1999 (Site not responding. Last check: 2007-10-22) |
 | | Generaly, in Huffman coding, a binary tree is used to construct minimal length encodings for messages, when the frequency of letters or symbols used in the message is known. |
 | | The dynamic Huffman coding, allows the encoder and the decoder to build the Huffman tree dynamically as the characters are transmitted, and hence construct the codeword table on the fly. |
 | | However since the dynamic Huffman tree, follows the same pattern as the ordinary Huffman tree (lower frequencies at the bottom, higher frequencies at the top) there might be a violat ion of this rule if we increase the frequencies, in a random manner.. |
| www.cs.mcgill.ca /~yfaras/project.html (1063 words) |
|