HUFFMANCODING

coding based on huffman method

現在この提出コンテンツをフォロー中です。

format : [huffcodes,H,Hav,e]=huffmancoding(p,n)
%inputs: p is the probability of each alphabet symbol
( eg:p=[.3 .2 .2 .2 .06 .04] )
n is an integer that determines number of symbols at each frame
(default:n=1)

%outputs: huffcodes: huffmancodes
H: source entropy
Hav: average entropy for coding
e: codding efficiency

引用

Alireza LIAGHAT (2026). HUFFMANCODING (https://jp.mathworks.com/matlabcentral/fileexchange/22442-huffmancoding), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.3.0.0

compatible to MATLAB v:2010a

1.0.0.0