算术编码我要分享

Arithmetic encoding

matlab

关注次数: 178

下载次数: 0

文件大小: 15.08 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景算术编码;在算术编码的想法是有一个概率线,0-1,分配给每一个符号的基础上,在这条线范围内的概率,概率越高,较高的范围内分配给它。一旦我们定义了范围和概率线,开始对符号进行编码,每一个符号定义了输出浮点数的地方。并;关键技术MATLAB MATLAB  ;® ;是一种高级语言和交互式环境,用数以百万计的世界各地的工程师和科学家。 ;它让探索和可视化的思想和跨学科的合作,包括信号和图像处理系统,电信,金融的控制和计算设计。


English Description:

Application background Arithmetic coding  The idea behind arithmetic coding is to have a probability line, 0-1, and assign to every symbol a range in this line based on its probability, the higher the probability, the higher range which assigns to it. Once we have defined the ranges and the probability line, start to encode symbols, every symbol defines where the output floating point number lands.  


代码预览