搜索资源列表
6
- 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
huffmam_coding
- In computer science and information theory, Huffman coding is an entropy encoding algorithm used for lossless data compression
huffmn
- In computer science and information theory, Huffman coding is an entropy encoding algorithm used for lossless data compression. The term refers to the use of a variable-length code table for encoding a source symbol (such as a character in a file) wh
huffman
- 二进制霍夫曼编码的matlab实现,并计算出编码的平均码长,编码效率与信息熵。-Binary Huffman coding matlab to achieve, and calculate the average code length encoding, coding efficiency and information entropy.
huff1
- GUI for Huffman encoding decoding entropy code
informatiom
- 信息熵计算 信道容量迭代计算 香农码生成器以及编码 fano生成器以及编码-Information entropy iterative channel capacity the the Shannon code generation encoding fano generator and coding
matlab
- 信息论实验仿真。包括马尔科夫信源、huffman编码、瑞利分布、分组码编码、熵计算等等。-Information theory experimental simulation. Markov source, huffman coding, Rayleigh distribution block code encoding, entropy calculations, and so on.
Markov.m
- 物理马尔可夫链通常用来建模排队理论和统计学中的建模,还可作为信号模型用于熵编码技术,如算术编码(著名的LZMA数据压缩算法就使用了马尔可夫链与类似于算术编码的区间编码)。马尔可夫链也有众多的生物学应用,特别是人口过程,可以帮助模拟生物人口过程的建模。隐蔽马尔可夫模型还被用于生物信息学,用以编码区域或基因预测-Physical Markov chains are typically used to model queuing theory and statistics in modeling, b
huffman
- 根据给定的信源概率分布,编程实现霍夫曼编码和二次扩展信源霍夫曼编码,并和信源的熵进行比较,体会霍夫曼编码的编码效果。(According to the given probability distribution of the source, Hoffman encoding and two extended source Hoffman coding are programmed and compared with the entropy of the source to realize th