Huffman code

Simple Huffman code implementation.

您现在正在关注此提交

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.

引用格式

Giuseppe Ridinò (2026). Huffman code (https://ww2.mathworks.cn/matlabcentral/fileexchange/4900-huffman-code), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

Improved speed of frequency function. Added demo, test and benchmark.