-
-
Notifications
You must be signed in to change notification settings - Fork 673
Open
Description
This ticket proposes a implementation of Reed Muller Codes. It contains:
- A code class, BinaryReedMullerMajorityDecoder, for decoding binary reed muller codes using majority voting algorithm.
- A code class, QAryReedMullerRSDecoder, for decoding q-ary reed muller codes by embedding it in a reed solomon supercode.
CC: @sagetrac-dlucas @johanrosenkilde
Component: coding theory
Author: Parthasarathi Panda
Branch/Commit: u/panda314/decoder_for_reed_muller_codes @ b83ade8
Issue created by migration from https://trac.sagemath.org/ticket/20938