-
Notifications
You must be signed in to change notification settings - Fork 95
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
Quickstart usage #27
Comments
Hi! Sorry to hear you're feeling frustrated. I've wanted to create examples but I haven't got around to it yet. There is something like an example in the tests here but it's not super easy to read. The Reed-solomon create() function is unfortunately somewhat complicated, but if you're not trying to interop with an existing RS setup, you don't need to worry too much about it. You can pick any of the polynomials and use 1 and 1 for FCR and root gap. num_roots is how many parity bytes you get. What kind of lossiness are you transmitting through? Is it analog at all? Brian |
Thanks, that helps, hopefully I'll get it working soon. |
I must be really dumb but I find it impossible to understand how to start using this without knowing the details about roots of polynomials etc.
I've searched the issues and the code and found similar questions but nothing that helps
Could you possibly create pair of small example functions and add them to the README:
Reed-soloman or convolutional - it doesn't matter
That would help enormously - I'm lost at sea
Thank you
The text was updated successfully, but these errors were encountered: