satdump/pipelines/Orion.json
2023-07-15 02:03:41 +02:00

43 lines
No EOL
996 B
JSON

{
"orion_link": {
"name": "Orion S-Band",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [
[
"Main",
2214e6
]
],
"samplerate": 6e6,
"work": {
"baseband": {},
"soft": {
"psk_demod": {
"constellation": "oqpsk",
"symbolrate": 2e6,
"rrc_alpha": 0.5,
"pll_bw": 0.005
}
},
"cadu": {
"ccsds_ldpc_decoder": {
"constellation": "oqpsk",
"ldpc_rate": "1/2",
"ldpc_block_size": 1024,
"ldpc_iterations": 10
//"derandomize": false
}
}
}
}
}