|
File Information |
Description |
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. |
MATLAB release |
MATLAB 6.1 (R12.1)
|
Tags for This File
|
Everyone's Tags |
|
Tags I've Applied |
|
Add New Tags |
|
Comments and Ratings (29) |
19 May 2004 |
A B
|
|
|
02 Jul 2004 |
Florian Füessl
|
|
|
29 Nov 2004 |
rakesh v
|
|
|
08 Dec 2004 |
Aytac Sen
|
|
|
21 Jan 2005 |
chau bao
|
|
|
22 Mar 2005 |
Michael Kleder
|
|
|
18 May 2005 |
Shoaib Iqbal
|
|
|
19 Jun 2005 |
mic ed
|
|
|
25 Jun 2005 |
george gabra
|
|
|
20 Feb 2006 |
Ketan Agrawal
|
|
|
06 Jul 2006 |
Amanuel Tadesse
|
|
|
02 Aug 2006 |
Jawed Qumar
|
|
|
10 Oct 2006 |
amir suzzia
|
|
|
19 Oct 2006 |
minh tin
|
|
|
27 Oct 2006 |
pook pookie
|
|
|
06 Nov 2006 |
RAMZI Allal
|
|
|
20 Feb 2007 |
shabnam zandesh
|
|
|
29 Mar 2007 |
monmon monmon
|
|
|
09 Apr 2007 |
li quan
|
|
|
17 Apr 2007 |
ahmet seyit
|
|
|
22 Dec 2007 |
Rodhwan Al-Hetar
|
|
|
14 Jan 2008 |
Mahmoud ahmad
|
|
|
12 Feb 2008 |
abhishek karnattak
|
|
|
15 Apr 2008 |
Ketan Agrawal
|
|
|
27 May 2008 |
Edson Rodrigues
|
|
|
25 Mar 2009 |
avinash mitta
|
|
|
14 May 2009 |
pingker
|
|
|
19 Aug 2010 |
AMAR
|
|
|
01 Nov 2010 |
william ?
|
|
|
Updates |
25 May 2004 |
New function added: huffcodes2bin.m
% [W,S] = HUFFCODES2BIN(HC) returns the Huffman representation HC returned
% by the function NORM2HUFF to the corresponding binary strings of '0' and '1' |
06 Jul 2004 |
Improved speed of frequency function. Added demo, test and benchmark. |
|
Contact us at files@mathworks.com