Data compression through adaptive Huffman coding schemes
暂无分享,去创建一个
A number of data compression techniques have been introduced to reduce the text/data storage and transmission costs. This paper describes the development of a data compression system that employs adaptive Huffman method for generating variable-length codes. Construction of the tree is discussed for gathering latest information about the entered message. The encoder process of the system encodes frequently occurring characters with shorter bit codes and infrequently appearing characters with longer bit codes. Adaptive, sibling, swapping, escape code, and re-scaling mechanisms of the model are briefly explained as they are extremely useful in enhancing compression efficiency. The decoder process expands the encoded text back to the original text and works very much like the encoder process. Experimental results are tabulated which demonstrate that the developed system is very effective for compressing database files (provides compression ratio up to 52.51%) in a real-time environment.
[1] Daniel S. Hirschberg,et al. Efficient decoding of prefix codes , 1990, CACM.
[2] Thomas J. Ferguson,et al. Self-synchronizing Huffman codes , 1984, IEEE Trans. Inf. Theory.
[3] David A. Huffman,et al. A method for the construction of minimum-redundancy codes , 1952, Proceedings of the IRE.
[4] Jeffrey Scott Vitter,et al. Design and analysis of dynamic Huffman codes , 1987, JACM.