Skip to content

Files

Latest commit

Mar 8, 2014
76ec609 · Mar 8, 2014

History

History
18 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 459 Bytes

QMCoder

Binary Arithmetic Coding

This file takes as input binary data (image, text, audio etc.), reads the data bit by bit and encodes the data using QM Coding.

Even though this is not the actual way in which QM coding is done, the code is simple to understand the concepts of QM Coding.

To execute this file, simply run main.cpp and follow instructions on the screen.

IMP:

For detailed impelmentation of the code, refer the file QMCoder.pdf