Welcome![Sign In][Sign Up]
Location:
Search - huffman coding matlab

Search list

[VC/MFC用Matlab实现Huffman编码

Description: Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Platform: | Size: 2048 | Author: 亞男 | Hits:

[matlabHOFFMAN

Description: 霍夫曼coding程序,用此程序可以对任意图像进行霍夫曼编码。-Huffman coding procedures, this procedure can be used for any image Huffman coding.
Platform: | Size: 5120 | Author: 许成哲 | Hits:

[Graph programHUFFMANJIEMA

Description: Huffman编码实现数字图象压缩,解压.对数字图象的压缩的步骤之一编码和解压步骤之一解码有很大的帮助.-Huffman coding of digital image compression, decompression. On digital image compression encoding one of the steps towards one of the steps to extract and decode a great help.
Platform: | Size: 10240 | Author: 梦铃 | Hits:

[2D Graphichuffman

Description: matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)-huffman coding matlab realize 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark ) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)
Platform: | Size: 19456 | Author: lindajillduan | Hits:

[Compress-Decompress algrithmsMatlabHuffman

Description: 用Matlab实现Huffman编码,解决对文本的压缩解压-Huffman coding with Matlab realize and solve the text compression decompression
Platform: | Size: 2048 | Author: zhao sg | Hits:

[Program docHuffman

Description: 通信实验指导:哈夫曼编码的matlab实现,有源码和详细文档-Communication experiment guide: Huffman coding matlab to achieve, there are source code and detailed documentation
Platform: | Size: 63488 | Author: 余未 | Hits:

[matlabHUFFMAN

Description: 哈夫曼编码的matlab仿真程序,并分析哈夫曼编码性能-Huffman coding matlab simulation program and to analyze the performance of Huffman Coding
Platform: | Size: 1024 | Author: wuyinkui | Hits:

[Compress-Decompress algrithmshuffman

Description: 很经典的HUFFMAN编码 不用多说了 做编码的人都知道的 在matlab下的实现-Very classical Huffman coding coding goes without saying to do know in matlab realize under
Platform: | Size: 1024 | Author: cjy | Hits:

[matlabhuffman

Description: 哈夫曼编码(huffman)编码,实现了其基本功能-Huffman Coding (huffman) encoding, to achieve its basic functions
Platform: | Size: 1024 | Author: zl | Hits:

[Compress-Decompress algrithmshuffman

Description: 哈夫曼编码,直接使用[zipped,info] = norm2huff(x)调用函数即可实现。-Huffman coding, direct use of [zipped, info] = norm2huff (x) call function can be realized.
Platform: | Size: 16384 | Author: 现代 | Hits:

[Special EffectsAdaptive-Huffman-Coding

Description: Matlab实现自适应Huffman哈夫曼编码,这个Matlab实现的程序,实现用于一维8位或16位整数数组的自适应Huffman哈夫曼编码。-Matlab realize Huffman Adaptive Huffman Coding, the Matlab realize the procedures used to realize one-dimensional 8-bit or 16-bit integer array Huffman Adaptive Huffman Coding.
Platform: | Size: 38912 | Author: yy | Hits:

[Compress-Decompress algrithmsHuffman

Description: 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
Platform: | Size: 51200 | Author: 章国艺 | Hits:

[Compress-Decompress algrithmsHuffman

Description: 本程序是第二带编码解码经典,huffman编码,实现编码解码-This procedure is the second classic band codec, huffman coding, to achieve codec
Platform: | Size: 59392 | Author: 李靖 | Hits:

[Special Effectswenben

Description: matlab环境下利用huffman编码实现图像无损压缩和文本的压缩-matlab environment implementation using huffman coding image lossless compression and text compression
Platform: | Size: 15360 | Author: jj | Hits:

[Compress-Decompress algrithmshuffman_coding

Description: ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree. -) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
Platform: | Size: 1024 | Author: ria | Hits:

[Graph programhuffman-coding

Description: 小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
Platform: | Size: 2048 | Author: yanhaifeixue | Hits:

[matlabhuffman

Description: Matlab下实现huffman编码 在MATLAB中模拟c中链表 利用复数运算-Matlab under huffman coding in the MATLAB simulation of c in the list in the use of the plural operation
Platform: | Size: 155648 | Author: peng | Hits:

[Compress-Decompress algrithmshuffman

Description: huffman编码用于图像的压缩和解压,很好用的,可以用于各类图像的处理-huffman coding for image compression and decompression, useful, and can be used for all kinds of image processing
Platform: | Size: 2048 | Author: 唐宁 | Hits:

[Compress-Decompress algrithmsHuffman

Description: huffman图像压缩编码的matlab代码,可以有效进行图像压缩,熵编码-huffman coding matlab code for image compression, image compression can be effective, entropy coding
Platform: | Size: 3072 | Author: tianxia | Hits:

[Compress-Decompress algrithmsmatlab's demo

Description: Huffman coding 的matlab实现(the matlab implementation of Huffman codng)
Platform: | Size: 4096 | Author: 依依依依1 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net