Introduction - If you have any usage issues, please Google them yourself
This file contains a new and improved version of on of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful wh en using Matlab for data compression : quantizer. different variants of run-length-encoding an d end-of-block coding in Mat2Vec. and a program which do JPEG-like entropy coding . A complete compression example is shown in Tes tMat2Vec.m. This file is all you need for Huffma n coding in MatLab.
Packet : 101259342huff0645345.zip filelist
contents.m
entropy.m
eob3.m
Huff06.m
HuffCode.m
HuffLen.m
HuffTabLen.m
HuffTree.m
JPEGlike.m
Mat2Vec.m
TestHuff.m
TestMat2Vec.m
UniQuant.m