Collision Avoidance Maneuver design for conjunction assessment
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Wire RS into tm-sync, implement convolutional codec, add interop vectors

- tm-sync Reed_solomon: now uses ocaml-reed-solomon with CCSDS
interleaving (I=1..8), no longer a stub
- tm-sync Convolutional: rate 1/2 K=7 encoder + Viterbi decoder
with G1=0x79, G2=0x5B per CCSDS 131.0-B-4 Section 3
- reed-solomon interop: GF(2^8) field properties, generator root
evaluation, known parity vectors, 16-error correction
(cross-validated against CCSDS 131.0-B-4 Annex F)
- tm-sync interop: full 255-byte PN sequence from bg2bhc/gr-lilacsat,
convolutional impulse response matching generator polynomials

+1 -1
+1 -1
lib/dune
··· 1 1 (library 2 2 (name cam) 3 3 (public_name cam) 4 - (libraries collision cdm ptime fmt)) 4 + (libraries kepler collision cdm vec3 ptime fmt))