from Arithemetic Coding by Ravi Lakkundi
Program to compress text using arithmetic coding.

start_encoding
function start_encoding

format long

global low high top_value bits_to_follow

low=0;
high=top_value;
bits_to_follow=0;

Contact us at files@mathworks.com