Skip to content

There are two approaches to arithmetic source coding and decoding. The static encoding and technique use pre-calculated probabilities of the symbols for encoding and decoding. The dynamic encoding and decoding technique uses uniform probability distribution initially and updates cumulative probabilities as encoding and decoding is done. MATLAB f…

Notifications You must be signed in to change notification settings

asheeshtripathi/arithmatic_encoding_decoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

There are two approaches to arithmetic source coding and decoding. The static encoding and technique use pre-calculated probabilities of the symbols for encoding and decoding. The dynamic encoding and decoding technique uses uniform probability distribution initially and updates cumulative probabilities as encoding and decoding is done. MATLAB files static_arith.m encodes and decodes statically, and dyna_arith.m encodes and decodes dynamically.

About

There are two approaches to arithmetic source coding and decoding. The static encoding and technique use pre-calculated probabilities of the symbols for encoding and decoding. The dynamic encoding and decoding technique uses uniform probability distribution initially and updates cumulative probabilities as encoding and decoding is done. MATLAB f…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages