文件名称:huffman_better
介绍说明--下载内容均来自于网络,请自行研究使用
huffman编码生成器
函数说明:
[W,L,V,q]=huffman_better(P) 为huffman_better编码函数
P为信源的概率矢量,W为编码返回的码字,V为码字的方差
L为编码返回的平均码字长度,q为编码效率-Huffman encoding generated Function Descr iption: [W, L, V, Q] = huffman_better (P) P for huffman_better encoding function for the probability of the source vector, W is encoded back into the code word, V is code word variance L returned for encoding the average code word length, q is an encoding efficiency
函数说明:
[W,L,V,q]=huffman_better(P) 为huffman_better编码函数
P为信源的概率矢量,W为编码返回的码字,V为码字的方差
L为编码返回的平均码字长度,q为编码效率-Huffman encoding generated Function Descr iption: [W, L, V, Q] = huffman_better (P) P for huffman_better encoding function for the probability of the source vector, W is encoded back into the code word, V is code word variance L returned for encoding the average code word length, q is an encoding efficiency
(系统自动生成,下载前可以参看下载内容)
下载文件列表
huffman_better.m