2 releases

new 0.1.1 Dec 17, 2024
0.1.0 Jan 23, 2024

#703 in Algorithms

Download history 12/week @ 2024-08-29 5/week @ 2024-09-05 10/week @ 2024-09-12 12/week @ 2024-09-19 13/week @ 2024-09-26 5/week @ 2024-10-03 2/week @ 2024-10-10 3/week @ 2024-10-17 5/week @ 2024-10-31 3/week @ 2024-11-07 2/week @ 2024-11-14 6/week @ 2024-11-21 3/week @ 2024-11-28 4/week @ 2024-12-05 76/week @ 2024-12-12

89 downloads per month
Used in 2 crates (via ccsds)

MIT/Apache

29KB
516 lines

rs2

Reed-Solomon FEC for CCSDS downlink decoding

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Reed-Solomon Forward Error Correction for spacecraft data conforming to CCSDS TM SYNCHRONIZATION AND CHANNEL CODING (131.0-B-5.

This is only intended to perform RS as documented in the CCSDS document linked above. It is not a general purpose Reed-Solomon FEC implementation.

This has been ported and adopted from the Python code found in the excelent article Reed-Solomon Codes for Coders.

No runtime deps