1 unstable release
0.1.0 | Jan 23, 2024 |
---|
#788 in Science
Used in 2 crates
(via ccsds)
28KB
516 lines
rs2
Reed-Solomon FEC for CCSDS downlink decoding
lib.rs
:
Reed-Solomon decoding.
This library is indended to correct errors from spacecraft downlinked data streams
that conform to CCSDS specifications and not well suited
for general Reed-Solomon use-cases. See the CCSDS document
TM Synchronization and Channel Coding
.
This is mostly based on the wikiversity article found here: https://en.wikiversity.org/wiki/Reed%E2%80%93Solomon_codes_for_coders under the Creative Commons ShareAlike 4.0 International license.