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

Add Viterbi decoder #9

Open
BatchDrake opened this issue Dec 2, 2017 · 0 comments
Open

Add Viterbi decoder #9

BatchDrake opened this issue Dec 2, 2017 · 0 comments

Comments

@BatchDrake
Copy link
Owner

Add a GUI to configure a Viterbi decoder. Some insights by EA4GPZ:

  • Most people use CCSDS polynomials
  • These polynomials can be applied in different order, and one of them may be inverted. See http://destevez.net/2017/01/coding-for-hit-satellites-and-other-ccsds-satellites/
  • Bits must be grouped appropriately to fit the beginning of each codeword. If the size of the codeword is n, there will be n possible groupings. This means that the Trellis tree must be traversed n times in parallel with increasing symbol offsets.

Summary: 95% of the time we will have CCSDS polynomials with rate = 1/2 and k = 7. This default configuration must appear somewhere in the GUI (like a preset)

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

No branches or pull requests

1 participant