Huffman Encoding

This function is used to encode the integer 1-D signal S using Huffman coding.
758.0 次下载
更新时间 2011/10/10

查看许可证

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. Moreover, the entropy of the
signal and the coding efficiency are calculated.

The MATLAB built-in functions 'huffmandict' and 'huffmanenco'
together with the function 'my_RLE', which is also built by the
auther and available in the MATLAB central, are used inside this function.

The encoded signal can be decoded by using the MATLAB buikt-in function 'huffmandeco'.

Thanks to Mr. Huffman from the auther of theis m-file.

The auther of this m-file is Abdulrahman Ikram Siddiq 11:22 PM, Monday 10-10-2011

引用格式

Abdulrahman Siddiq (2024). Huffman Encoding (https://www.mathworks.com/matlabcentral/fileexchange/33212-huffman-encoding), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Large Files and Big Data 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0