搜索资源列表
-
0下载:
算术编码的应用实例matlab版本
1.可以对字符进行算术编码
2.开头不必制定字符串的大小
3.编码精度高,达到小数点8位以上
4.以函数的形式给出,易于调用和移值实现
5.显示界面人机交互较出色
-arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning de
-
-
1下载:
自己用matlab写的算术编码的程序,信源为二元信源,信源序列、码长均可自定义,Using matlab to write their own arithmetic coding procedures for the binary source-source, source sequence, code length can be custom
-
-
0下载:
这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
-
-
1下载:
算术编码,采用了基于上下文的自适应算术编码-Arithmetic coding, context-based adaptive arithmetic coding
-
-
0下载:
算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 -The application of arithmetic coding matlab version 1. Can carry out arithmetic coding of characters 2. At the beginning of the string do not have to develop the size of 3. Coding and
-
-
0下载:
假设信源符号为{a,b,c,d},这些符号出现的概率分别为{0.2,0.2,0.4,0.2}写出对信源符号bdadc进行算术编码和解码的过程。-Assumptions for the source symbols (a, b, c, d), the probability of emergence of these symbols were written on (0.2,0.2,0.4,0.2) bdadc source symbols for arithmetic coding and de
-
-
0下载:
和其它熵编码方法不同的地方在于,其他的熵编码方法通常是把输入的消息分割为符号,然后对每个符号进行编码,而算术编码是直接把整个输入的消息编码为一个数-And other entropy coding method is that different places, other entropy coding method is to input the message is usually divided into symbols, and then encode each symbol, whil
-
-
0下载:
章 图像编码与压缩
图像编码基础
无损压缩编码 行程编码
哈夫曼( Huffman )编码
算术编码 词典编码
有损压缩编码
预测编码
正交变换编码
MATLAB 实现余弦变换压缩
17.3.4 MATLAB 实现小波变换压缩 -S image coding and compression image coding based lossless compression stroke Huffman coding (Huffman) co
-
-
0下载:
算术编码,matlab实现,是固定频率表的算术编码的实现方式-Arithmetic coding, matlab implementation, a fixed frequency table of the arithmetic coding implementations
-
-
1下载:
本程序是用来做图像编码的,主要采用的算术编码的思想-This procedure is used for image coding, the main idea used in arithmetic coding
-
-
0下载:
算术编码是图像压缩的主要算法之一。 在给定符号集和符号概率的情况下,算术编码可以给出接近最优的编码结果。使用算术编码的压缩算法通常先要对输入符号的概率进行估计,然后再编码。这个估计越准,编码结果就越接近最优的结果-Arithmetic coding algorithm was a major one compressed image. In a given symbol set and symbol probability case, arithmetic coding can give nea
-
-
0下载:
通过MATLAB的程序解决相应图上处理中熵值和概率的问题-Adaptive Arithmetic coding. A source generates symbols from alphabet {A, B, C, D}.
Probabilities of occurrence of the symbols are initially estimated as: Pr(A)=Pr(B)=0.25,
Pr(C)= 0.2, and Pr(D)=0.3. After 100 generate
-
-
0下载:
基于VC++和Matlab实现的常用图像编码算法,包括Huffman编码、Fano编码、算术编码、游程编码、Shannon编码及信源熵的计算的常用编码算法。-VC++ and Matlab common image coding algorithms, including Huffman coding, Fano coding, arithmetic coding, run-length coding, Shannon coding and source entropy calculation
-
-
0下载:
用matlab实现算数编码、哈弗曼编码以及LZW编码(能够区分大小写和数字进行编码)含测试文本和结果-Using matlab realize arithmetic coding, Huffman coding and LZW coding (case-sensitive and numbers can be encoded) containing test text and results
-
-
1下载:
利用算术编码方法对矩阵进行编解码,具体实现的MATLAB代码-Arithmetic coding method is used to analyse the matrix decoding, concrete realization of MATLAB code
-
-
0下载:
对图像进行压缩编码的matlab程序,包括霍夫曼编码、算数编码、行程编码等方法。-Matlab codes for picture processing, including Huffman coding, run-length coding and arithmetic coding.
-
-
0下载:
算数编码及其 Matlab 实现。包括对解码矩阵的上下限进行计算。-Arithmetic coding and Matlab implementation. Including the decoding matrix to calculate the lower limit.
-