-
-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoder for Reed Muller Codes #20938
Comments
Changed branch from u/panda314/decoder_for_reed_muller_codes to u/dlucas/decoder_for_reed_muller_codes |
comment:3
Hello, I pushed a new version of your branched merged with latest version (there was a conflict and I Here are my comments on reviewing your work:
I still need to read carefully your implementation of the majority vote decoder. Best, David New commits:
|
Commit: |
comment:4
What are ticket states? Is there a way to automate the merging with latest version? I will edit and apply the pep8 protocols.. As far as i remember the reed solomon super code method is apllicable only for q-ary reed muller codes with order<field_size. It is applicable for binary reed muller code only if the order<=1. I guess i can allow for such binary reed muller codes. Yeah i will add the option for using a reed solomon decoder. I had arbitrarily picked Gao. Replying to @sagetrac-dlucas:
|
comment:5
Oh, no, you have to merge it by hand. What I meant by ticket states is to switch from
Yes, that would be great!
Ok, perfect. David |
Changed branch from u/dlucas/decoder_for_reed_muller_codes to u/panda314/decoder_for_reed_muller_codes |
comment:7
Sorry for delay. Internet problems. So i added the option for taking in decoders by the user. I added a function Took care of formatting. Let me know if i missed few spots. I have started my full-time employment. So i will not be able to work as quickly. New commits:
|
comment:8
Hello,
No worries, it's fine :) I have a few remarks:
Sure, don't worry! Take all the time you need. David |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
So the canges in this commit includes:
Let me know if i missed out something or have further reviews. |
comment:11
Hi, Doctest failures against 7.4:
Other comments:
|
This ticket proposes a implementation of Reed Muller Codes. It contains:
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
The text was updated successfully, but these errors were encountered: