Huffman Coding with norm2huff and huff2norm function
1 回表示 (過去 30 日間)
古いコメントを表示
I have an 8000 information signal and then it is compressed using huffman coding (norm2huff) and then the signal is transmitted over the rayleigh channel. And during the decompression process using the huff2norm function, the number of information signals increases to 8932. Can you explain why that happened? Thanks before
[zipped,info] = norm2huff(quantized_sound); %compress
unzipped = huff2norm(uint8(decoded),info); %de-compress
10 件のコメント
Walter Roberson
2019 年 8 月 15 日
Sum of (probability times length of encoding) , where probability is fraction of occurrences in the original source.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Large Files and Big Data についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!