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
- Host: GitHub
- URL: https://github.com/sraaphorst/reed-muller-python
- Owner: sraaphorst
- License: other
- Created: 2015-12-03T21:46:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T13:33:24.000Z (over 6 years ago)
- Last Synced: 2025-04-14T08:17:45.816Z (about 1 year ago)
- Topics: coding-theory, combinatorics, python, reed-muller, reed-muller-codes
- Language: Python
- Size: 446 KB
- Stars: 16
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.