huffman algoritm in matlab
6 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
KSSV
2017 年 10 月 17 日
prob = [0.49, 0.26, 0.12, 0.04,0.04, 0.03, 0.02] ;
symbols = 1:length(prob);
dict = huffmandict(symbols,prob)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Source Coding についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!