An Introduction to Arithmetic Coding
Type Paper
Created 1984-03
Available at cs.cmu.edu/~aarti/Class/10704/Intro_Arith_coding.pdf
Identifier unavailable
Description
Arithmetic coding is a data compression technique that encodes data (the data string) by creating a code string which represents a fractional value on the number line between 0 and 1. The coding algorithm is symbol-wise recursive; i.e., it operates upon and encodes (decodes) one data symbol per iteration or recursion. On each recursion, the algorithm successively partitions an interval of the number line between 0 and I, and retains one of the partitions as the new interval.
Relations
Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string...
Edit details Edit relations Attach new author Attach new topic Attach new resource
5.0 /10
useless alright awesome
from 1 review
- Resource level 3.0 /10
- beginner intermediate advanced
- Resource clarity 6.0 /10
- hardly clear sometimes unclear perfectly clear
- Reviewer's background 3.0 /10
- none basics intermediate advanced expert
Comments 1
5 rating 3 level 6 clarity 3 user's background
No previous knowledge on coding assumed.
Clarity seems to be lacking at times for an introductory article.