搜索资源列表
-
1下载:
编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。
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
-
-
1下载:
基于matlab的哈夫曼编码与解码的源代码程序。-Matlab-based Huffman encoding and decoding of the source code program.
-
-
0下载:
此程序主要应用霍夫曼编码的主程序也是matlab程序-The main application of this procedure the main program is the Huffman code matlab program
-
-
0下载:
能使霍夫曼编码在matlab上得到实现,从而进一步了解霍夫曼编码的原理-Huffman code can be up at matlab implementation, further understanding of the principle of Huffman coding
-
-
0下载:
霍夫曼编码的MATLAB程序
对简单序列的编码
-huffman code
-
-
0下载:
实现哈弗曼压缩编码的matlab程序。(m文件)-Huffman code
-
-
0下载:
huffman编码对图形编码并进行图形重现的仿真程序,并计算了相应的压缩率。-huffman coding of graphics and graphical code to reproduce the simulation program, and calculate the corresponding compression ratio.
-
-
0下载:
Huffman and Shannon-Fano source coding
-
-
0下载:
Code in matlab about Huffman Codification.
-
-
0下载:
The ADPCM package is a flexible simulation tool for an adaptive differential encoder and decoder with backward predictor adaptation. It uses an LP-based (Burg) adaptive predictor and a nonuniform quantizer with mu transfer function. It generates the
-
-
0下载:
本程序是姚敏那本图像处理书中的赫夫曼定理的源代码,经验证无误。此文档是.m文件的形式,可以直接用matlab打开-This procedure is that the image processing Yao Min Huffman Theorem book source code, proven correct. This document is. M file form that can be opened directly with matlab
-
-
0下载:
Matlab code for Huffman encoder/decoder with (or without) recursive splitting.
-
-
0下载:
哈弗曼编码,在matlab中实现,源代码-huffman encode
-
-
0下载:
The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in
-
-
0下载:
用matlab实现哈夫曼二元、三元编码,并对平均码长、编码效率、方差等进行运算,算法高效、容易理解-Matlab Huffman binary and ternary code, and the average yards long, coding efficiency, variance of operation, this method is efficient and easy to understand
-
-
0下载:
Matlab Demo code huffman coding
-
-
0下载:
matlab function that generates huffman code for image
-
-
1下载:
MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码-MATLAB Huffman Huffman coding and decoding GUI interface design source code
-
-
0下载:
HUFFMAN Builds a variable-length Huffman code for a symbol source.
CODE = HUFFMAN(P) returns a Huffman code as binary strings in
cell array CODE for input symbol probability vector P. Each word
in CODE corresponds to a symbol whose probabili
-
-
0下载:
该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码(Completely according to the characters in this method the probability to construct the vision "the average length of the shortest code word, sometimes called the best coding)
-