Skip to content

Brief arithmetic coding study and implementation in python.

License

Notifications You must be signed in to change notification settings

laz08/arithmetic-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Arithmetic coding study

About

This little project is product of a class assignment, coded around March 2016.

It is composed only by three files:

  • Encoder.py, which is the core and has all the important methods.
  • Utils.py, which is the core and has all the important methods.
  • main.py, which allows a direct route to use the methods defined in Encoder.py from the terminal.

How it works

Although briefly done, almost every method defined in Encoder is explained above its header, thus I'm not explaining it here.

To check how arithmetic coding works, look here.

LICENSE

Copyright 2017 Laura C.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Brief arithmetic coding study and implementation in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages