Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 424 Bytes

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.