Huffman code

Simple Huffman code implementation.

Vous suivez désormais cette soumission

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.

Citation pour cette source

Giuseppe Ridinò (2026). Huffman code (https://fr.mathworks.com/matlabcentral/fileexchange/4900-huffman-code), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

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