Huffman Coding and Arithmetic Coding


Category:
Scripts
Matlab
Requirements:
Seller:
Price:
-
System:
Rating:
4.5
License:

Description - Huffman Coding and Arithmetic Coding



This file contains MATLAB functions, M-Files, that do Huffman coding and arithmetic coding of integer (symbol) sequences. Complete coding may be done by calling an easy to use main program (or main function), where input argument is the sequences you want to compress and the output is the compressed bitstream, as a vector of bytes. Decoding is done just by switching the arguments. These main programs are: the Huffman coder, Huff06 an updated version of the Huff03 function sbmitted earlier, and two versions of the Arithmetic coder, Arith06.m and Arith07.m. The zipped file also contains examples and a contents file.



More in Matlab-Huffman Coding and Arithmetic Coding

Coder Function Arithmetic Coding Huffman Coder Huff06