An open API service indexing awesome lists of open source software.

https://github.com/sraaphorst/reed-muller-python

Python implementation of Reed-Muller codes
https://github.com/sraaphorst/reed-muller-python

coding-theory combinatorics python reed-muller reed-muller-codes

Last synced: about 1 year ago
JSON representation

Python implementation of Reed-Muller codes

Awesome Lists containing this project

README

          

# 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.