No BSD License
Highlights from
huffman
|
|
| File Information |
| Description |
A set of MATLAB m-files (version 5.2) which do complete Huffman Coding.
The files are:
hufflen: Based on probability (or number of occurences) of each symbol the length for the Huffman codewords are calculated.
ex: HL = hufflen(S);
huffcode: Based on the codeword lengths this function find the Huffman codewords
ex: HK = huffcode(HL);
hufftree: Make the Huffman-tree from the length of Huffman codes
ex: Htree = hufftree(HL);
huff03: Huffman encoder/decoder, one or two vectors of non-negative integers are huffman coded.
ex: y = huff03(x1, x2); % encoding
ex: [x1, x2] = huff03(y); % decoding |
| MATLAB release |
MATLAB 5.2 (R10)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (8) |
| 05 Dec 2003 |
akam paul
|
|
|
| 19 Apr 2004 |
Afshin David
|
|
|
| 21 Apr 2004 |
George Castle
|
|
|
| 03 Mar 2005 |
MADHURI MADHURI
|
|
|
| 25 Oct 2005 |
bala sundaram
|
|
|
| 25 Dec 2006 |
mickey mickey
|
|
|
| 12 Mar 2007 |
Faisal Alhajri
|
|
|
| 12 Nov 2007 |
milind tandel
|
|
|
|
Contact us at files@mathworks.com