Author | Message |
---|---|
kknaur
Posts: 540
|
Posted 11:29 Apr 26, 2011 |
Here is the pseudo code for the Arithmetic Coding Algorithm:
Last edited by kknaur at
11:31 Apr 26, 2011.
|
hmodi
Posts: 27
|
Posted 12:10 Apr 26, 2011 |
Yes, you are right. . I think for each symbol use same value and update the value of low and high for next symbol. |
eykang
Posts: 95
|
Posted 13:45 Apr 26, 2011 |
Both low and high should be changed based on the current low value. The lecture slide was updated to remove ambiguity. |