A fast-adaptive Huffman coding algorithm
暂无分享,去创建一个
The Huffman code in practice suffers from two problems: the prior knowledge of the probability distribution of the data source to be encoded is necessary, and the encoded data propagate errors. The first problem can be solved by adaptive coding, while the second problem can be partly solved by segmenting data into segments. However, the adaptive Huffman code performs badly when segmenting data into relatively small segments because of its relatively slow adaptability. A fast-adaptive coding algorithm which tracks the local data statistics more quickly, thus yielding better compression efficiency, is given. >
[1] D. Huffman. A Method for the Construction of Minimum-Redundancy Codes , 1952 .
[2] Robert G. Gallager,et al. Variations on a theme by Huffman , 1978, IEEE Trans. Inf. Theory.
[3] Kenneth M. Rose,et al. Enhancement of one-dimensional variable-length DPCM images corrupted by transmission errors , 1989, IEEE Trans. Commun..