搜索资源列表
work.rar
- 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
sgergyhij
- 用MATLAB实现算术编码,并计算其平均码长,熵和编码效率-Achieved using MATLAB arithmetic coding, and calculates the average code length, entropy and coding efficiency
Matlab-GA
- 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
zishiyingsuanshubianma
- 用MATLAB编程实现自适应的算术编码,采取巧妙的方法。-Programming with MATLAB adaptive arithmetic coding, to take a clever approach.
matlabcodingtoachieve
- 霍夫曼编码、算术编码和行程编码的matlab实现-Huffman coding, arithmetic coding and routing matlab coding to achieve
MatlabCodingArithmetic
- 算术编码及译码matlab程序 算术编码及译码matlab程序 -Matlab coding arithmetic coding and arithmetic coding and decoding procedures matlab program matlab arithmetic coding and decoding procedures for arithmetic coding and decoding procedures matlab
BinaryArithmeticcoding
- 自编二值算术编码算法的matlab演示。从text.txt读取信息,编码过程及结果由matlab图形演示-binary arithmetic coding algorithm matlab demo. Reading information from Text.txt and the encoding process and the results are showed by the matlab graphics demo step by step.
huff
- 利用matlab编程环境,采用算术编码的方式实现字符串的无损压缩-The use of matlab programming environment, using arithmetic coding means to achieve a string of lossless compression
arithmetic_coder_and_decoder
- 这是一个用Matlab编写的算术编码算法实现,输入编码序列,编码序列中各字符及其的出现次数。-arithmetic coder and decoder by Matlab
arithmeticCoding
- 该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
suanshubianma
- 可以实现对简单字符的算术编码(abcde) -Characters can be achieved for simple arithmetic coding (abcde)
Arithmetic
- 压缩编码中的算术编码,利用matlab进行建模和编码,做到了成功压缩和解压缩的功能- AC Coding with matlab
arithcodeyourname
- 自己写的算术编码的matlab程序,内容是把自己的名字(当然也可以是其他的文字)用算术编码编码后再解码,有详细注释.给初学编码的朋友一些参考.谢谢.-Write matlab arithmetic coding procedure is to divide his name (of course also be other text) and then decode encoded using arithmetic coding, a detailed comment. Beginners en
ssbm
- 算术编码,matlab实现编码与译码,而且不考虑其精度-Arithmetic coding, matlab coding and decoding achieve, and do not take into account their accuracy
suanshubianma
- 本程序是信息论与编码课程中常见的一种编码方式,即算术编码。这是一种最基本的简单编码-Information theory and coding of this procedure is a common curriculum in the encoding that the arithmetic coding. This is a basic simple coding
Arithmetic_coding
- 基于上下文的算术编码,用于图像压缩中的熵编码环节。-Arithmetic coding for entropy coding in image compression link.
Arithmetic-coding
- 算术编码,MATLAB数字图像处理中的代码-Arithmetic coding, MATLAB code for digital image processing
Arithmetic coding
- 算术编解码,利用MATLAB实现信息论与编码中的算术编码。(Arithmetic coding, which uses MATLAB to implement arithmetic coding in information theory and coding.)
算术编码matlab
- 从整个符号序列出发,根据各信源序列的概率将信源序列映射到[0,1) 区间上,然后选取区间内的一点(也就是一个二进制的小数)来表示信源序列。(From the entire sequence of symbols, the source sequence is mapped to the interval [0,1] according to the probability of each source sequence, and then a point (that is, a binary f
算术编码实验
- 算数编码,包括: 对文件符号进行概率统计,生成编码表; 对文件进行压缩编码; 对文件进行解压缩,比较原始数据和解压后的数据之间是否有损耗。(Arithmetic coding, including: The probability statistics of the file symbols are carried out and the coding table is generated. Compress and encode the file. The file is deco