reed-muller-python icon indicating copy to clipboard operation
reed-muller-python copied to clipboard

Python implementation of Reed-Muller codes

Reed-Muller Codes in Python

Status: Complete, verson 1.1.2.

This is a research project I completed for a course at Carleton University, "Finite Fields and Coding Theory."

This comprises a paper that attempts to present Reed-Muller codes in a simplistic way, and includes a Python implementation of encoding and decoding (using majority logic) using Reed-Muller codes.

Code now works on both Python 2 and Python 3.