Skip to content
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

create bch(n=127, k=92) #1

Open
mojganaz opened this issue Oct 18, 2018 · 2 comments
Open

create bch(n=127, k=92) #1

mojganaz opened this issue Oct 18, 2018 · 2 comments

Comments

@mojganaz
Copy link

mojganaz commented Oct 18, 2018

How can I use this code to generate a bch code with n = 127, k = 92? I am not sure how to define a GF(2^7) and how to use the bch to encode a message. I really appreciate your help.

@mojganaz mojganaz changed the title create bch(n=127, k=99) create bch(n=127, k=92) Oct 18, 2018
@varun19299
Copy link

I'm not sure if this repo includes generating polynomials, but in MATLAB it would be straightforward to do this as: https://www.mathworks.com/help/comm/ref/bchgenpoly.html.

@varun19299
Copy link

Here's a Galois field library that can accomplish this: https://github.com/mhostetter/galois#numpy-ufunc-methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants