搜索资源列表
Huffman
- 基于matlab的哈夫曼编码与解码的源代码程序。-Matlab-based Huffman encoding and decoding of the source code program.
di3.9
- 此程序主要应用霍夫曼编码的主程序也是matlab程序-The main application of this procedure the main program is the Huffman code matlab program
Huffman_code_implementation_of_the_MATLAB
- 能使霍夫曼编码在matlab上得到实现,从而进一步了解霍夫曼编码的原理-Huffman code can be up at matlab implementation, further understanding of the principle of Huffman coding
huffmandecode
- 霍夫曼编码的MATLAB程序 对简单序列的编码 -huffman code
norm2huff
- 实现哈弗曼压缩编码的matlab程序。(m文件)-Huffman code
entropy
- 哈弗曼编码(huffman code)的通信系统中的仿真-huffman code loseless
huffman
- huffman编码对图形编码并进行图形重现的仿真程序,并计算了相应的压缩率。-huffman coding of graphics and graphical code to reproduce the simulation program, and calculate the corresponding compression ratio.
huffman
- 概率向量为p的哈夫曼码生成器,返回哈夫曼码矩阵h和一个概率向量为p的信源的码字长度-Probability vector p of the Huffman code generator, return to Huffman code matrix h and a probability vector p of the source of the code length
code
- 介绍了霍夫曼编码及字典码,同时编写了两者的编码程序,包括了报告-Huffman coding and the dictionary describes the code, while the preparation of both coding procedures, including a report
Huffman
- This is a Huffman code, display the average bits.Works with .txt
ADPCM
- 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
huffman
- 本程序是姚敏那本图像处理书中的赫夫曼定理的源代码,经验证无误。此文档是.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
huffman
- gives the huffman code of a image
huffman-code
- 哈弗曼编码,在matlab中实现,源代码-huffman encode
shannon-huffman
- this file is Shannon and Huffman code for error correction. -this file is Shannon and Huffman code for error correction.
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-code
- 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
huffman
- matlab function that generates huffman code for image
huffman
- 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
huffman
- 该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码(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)