crozone / ReedSolomonCCSDS

Reed Solomon (255, 223) CCSDS in C#.
GNU Lesser General Public License v2.1
26 stars 4 forks source link

Add option to enable CCSDS Dual-Bias representation #1

Closed crozone closed 5 years ago

crozone commented 5 years ago

The CCSDS Dual-Bias representation is useful for anyone attempting to communicate with legacy hardware still using the strict CCSDS standard.

It requires minimal extra code, and can be implemented with a trivial lookup table to translate the packet both after encode, and before decode.

crozone commented 5 years ago

CCSDS Dual-basis representation was enabled by commit https://github.com/crozone/ReedSolomonCCSDS/commit/84af77dcaed86067ddc3eae41f04cdd4b2295b01