File:Arithmetic coding example.svg

Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.
Category:Files allowed to be overwritten by everyone

Summary

Description
English: An arithmetic coding example assuming a fixed probability distribution of three Symbols "A","B" and "C".

An arithmetic coding example assuming a fixed probability distribution of three Symbols "A","B" and "C". Probability of "A" is 50%, probability of "B" is 33% and probability of "C" is 17%. Furthermore we assume that the recursion depth is known in each step. In step one we code "B" which is inside of the interval [0.5,0.83): The binary number "0.10x" is the shortest code that represents an Interval that is entirely inside of [0.5,0.83). "x" represents here an arbitrary bit sequence. There are two extreme cases: the smallest x stands for an infinite number of zeros which represents the left side of the represented Interval. Then the left side of the Interval is dec(0.10)=0.5. The greatest x stands for an infinite number of ones which gives a number that converges towards dec(0.11)=0.75 Therefore "0.10x" represents the Interval [0.5,0.75) which is inside of [0.5,0.83)

Now we can leave out the "0." part since all Intervals begin with "0." and we can ignore the x because no matter what Bit-sequence it represents, we will stay inside of [0.5,0.75)
Date
Source Own work
Author Evolution124
SVG development
InfoField

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#Arithmetic%20coding%20example.svg
Category:Self-published work Category:Arithmetic coding Category:Language-neutral SVG diagrams Category:Lossless compression algorithms
Category:Arithmetic coding Category:CC-BY-SA-3.0 Category:Files allowed to be overwritten by everyone Category:Language-neutral SVG diagrams Category:Lossless compression algorithms Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Inkscape:Symbols