-
Notifications
You must be signed in to change notification settings - Fork 29
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
implement support for the CCSDS standard for TC sync. and channel coding also #6
Comments
https://github.com/opensatellite/KS-1Q |
BCH(63, 56) decoding we were built on fpga, and there's no c code.
then compare parity(7bits) with LFSR content (Syn_reg), if not equal, get error position using table below.
if i have time i will finish c code |
CCSDS 231 new standard added LDPC(128,64) and LDPC(512,256) for better uplink performance. that's insane. |
for now, only CCSDS 131 is supported, CCSDS 231 defines the TC standard
The text was updated successfully, but these errors were encountered: