The following Matlab project contains the source code and Matlab examples used for huffman encoding.
The use of Huffman coding functions is simplyfied such that the user needs only to enter the signal to be encoded, and
all other details, like the list of symbols and their probabilities,
are determuned by the program.