搜索资源列表
lean
- 基于MATLAB的图像压缩,DCT变换,huffman编码-Image compression
DCT_JPEG
- 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
huffman-code
- 哈弗曼编码,在matlab中实现,源代码-huffman encode
huffman-de
- 哈弗曼解码程序在matlab软件中的实现-huffman decode in matlab
MYGUI
- 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
Huffman
- this function perform huffman coding and decoding on image by using matlab program -this function perform huffman coding and decoding on image by using matlab program ..
Huffman-Codes-And-Matlab-Simulation
- 通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造-By MATLAB simulation to compare two yuan Huffman discussed, ternary Huffman coding and source coding efficiency extended to achieve optimization of Hoffman Construction Code
Huffman-Coding
- 本文件描述了哈夫曼编码的原理,以及用Matlab软件实现哈夫曼编码,即给出一个文本,即可用哈夫曼原理实现编码。-This paper describes the principles of Huffman coding, and Huffman coding with Matlab software, that gives a text, you can achieve with the principle of Huffman coding.
huffman-for-26-English-letters
- (信息论课程)哈弗曼编码的matlab仿真程序-Corner man coding of matlab simulation program
DCT-JPEG-HUFFMAN-WAVELET
- 含有DCT JPEG HUFFMAN WAVELET图像压缩解压缩matlab的代码示例-With DCT JPEG HUFFMAN WAVELET image compression and decompression matlab code example
coding-and-distortion-of-MATLAB
- 介绍了 Shannon 和 Huffman 编码的基本原理及 MATLAB实现方法,给出了编码实例,并进行了分析比较。 -Shannon Huffman coding is introduced and the basic principle and MATLAB methods, gives code examples, and are analyzed and compared.
Huffman
- Huffman Coding algorithm in MATLAB
huffman
- 使用Matlab语言实现了无损压缩霍夫曼编码程序-Huffman coding program based on Matlab
Huffman-Coding
- 哈夫曼编码的matlab程序,保证完整和正确-the matlab process of Huffman Coding
huffman
- huffman encoding in matlab
Matlab
- 信息熵 离散无记忆信道容量的迭代计算 Shannon编码 Fano编码 Huffman编码-Discrete information entropy of the iterative calculation of the memory channel capacity Shannon coding Fano coding Huffman coding
huffman-code
- 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
Huffman
- 哈夫曼压缩算法,开发环境Matlab,利用此例程序可以仿真哈夫曼压缩比-Huffman compression algorithm development environment of Matlab, using this example program can simulate the Huffman compression ratio
tp_huffman
- It is the huffman codage on matlab
Huffman-code
- Huffman code的matlab程序,用一幅图像作为training image得到像素的Huffman编码,然后编码另外一幅图像,求得average code length。-Huffman code of matlab program, with an image as a training image pixel Huffman coding, then coded another image obtained average code length.