The following Matlab project contains the source code and Matlab examples used for huffman code.
This is an implementation of Huffman code. Content:
%NORM2HUFF Huffman codification (encoder)
%HUFF2NORM Huffman codification (decoder)
%HUFFCODES2BIN Convert huffcodes to binary representation
Max codeword length is 51 bits.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
Discalmer.txt | 568 |
frequency.m | 572 |
huff2norm.m | 1489 |
huffcodes2bin.m | 1185 |
huffman_bench1.m | 771 |
huffman_bench2.m | 1356 |
huffman_demo1.m | 1439 |
huffman_demo2.m | 2218 |
huffman_test1.m | 445 |
norm2huff.m | 3670 |
ReadMe.txt | 1548 |