搜索资源列表
JPEG_compress_using_MATLAB_and_c
- 用matlab 和 c联合编程实现JPEG图像压缩,包括量化,霍夫曼编码,解码
jpeg0_0002b
- jpeg 编解码 matlab 程序 编解码表 霍夫曼编码
coding_callback
- 用matlab实现霍夫曼编码与解码,可以直接运行。-Matlab Hoffman used to achieve encoding and decoding, can be directly run.
mp3analysis
- 国外硕士论文,有关mp3编解码技术研究的,对各部分功能如子带分解滤波,霍夫曼编码,心理声学模型等都作了详解,也提出了算法上的一些改进-paper for master degree,it specifies the mp3 encoding and decoding processing,and in some way suggests advanced algorithm at some blocks.
huffman
- 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
Lossless_decoding
- 自己编的基于霍夫曼编码以及解码的程序,供大家分享-Own compilation based on Huffman coding and decoding procedures for share
huffman_encode_and_decode
- 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
Huffman
- 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
toolbox_DIPUM
- 数字图像处理matlab版第二版源码。 包括计算两个距阵间的误差,解码霍夫曼矩阵,使用JPEG近似压缩一个图像,可视化正向几何变换等许多功能-Digital image processing matlab version of source code. Including the calculation of the error between the two matrix, decoding the Hoffman matrix, use the JPEG approximation
Huffman-coding-and-decoding
- 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
霍夫曼编码图像
- 基于matlab的霍夫曼编解码,实现基本的功能
huffman
- 霍夫曼编解码matlab程序,包含熵的计算。-Hoffman codec Matlab procedures, including the calculation of entropy.
chap10_3
- 实现图像的霍夫曼编码和解码,具体实现的MATLAB代码-MATLAB code image Huffman encoding and decoding, the concrete realization of the
HWmatrix
- 实现图像的霍夫曼编码和解码,用MATLAB-Huffman coding and decoding to realize image
image_huffman
- 霍夫曼算法--解码算法--MATLAB实现-Huffman decoding algorithm based on MATLAB algorithm to achieve
huffman
- 霍夫曼编码 是一种瞬时的、唯一可解码的分组编码 MATLAB M文件 用于图像压缩 -Huffman coding is a transient, the only decoded packet coding MATLAB M file for image compression
EXP6_Compress
- 调用霍夫曼编码和香农费诺压缩和解码图片,并计算压缩率(Call Hoffman encoding to compress and decode pictures, and calculate compression rates)
循环编解码
- matlab实现图像的循环编解码 霍夫曼编解码(Cyclic codec Hoffman codec for image implementation by MATLAB)
Huffman编码
- 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时