satdump/pipelines/ORX.json
FelixTRG d70f33cee3
Update ORX.json
Add decoder.
2023-09-25 00:16:29 +02:00

38 lines
912 B
JSON

{
"orx_link": {
"name": "OSIRIS-REx X-Band Link",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [],
"parameters": {},
"work": {
"baseband": {},
"soft": {
"pm_demod": {
"resample_after_pll": true,
"symbolrate": 80e3,
"pll_bw": 0.01,
"rrc_alpha": 0.5,
"costas_bw": 0.005,
"subcarrier_offset": 275e3
}
},
"cadu": {
"ccsds_turbo_decoder": {
"turbo_rate": "1/2",
"turbo_base": 1115,
"turbo_iters": 1
}
}
}
}
}