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

70 lines
No EOL
1.8 KiB
JSON

{
"iris_s_dump": {
"name": "IRIS S-Band Dump",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [
[
"Main",
2220.8e6
]
],
"samplerate": 6e6,
"work": {
"baseband": {},
"soft": {
"psk_demod": {
"constellation": "bpsk",
"symbolrate": 512e3,
"rrc_alpha": 0.5,
"pll_bw": 0.003
}
},
"cadu": {
"ccsds_conv_concat_decoder": {
"constellation": "bpsk_90",
"cadu_size": 14304,
"nrzm": true,
"viterbi_ber_thresold": 0.300,
"viterbi_outsync_after": 20,
"derandomize": true,
"rs_i": 0,
"rs_type": "rs223"
}
}
}
},
"iris_dump": {
"name": "IRIS X-Band Dump",
"samplerate": 20e6,
"work": {
"baseband": {},
"soft": {
"psk_demod": {
"constellation": "oqpsk",
"symbolrate": 7.5e6,
"rrc_alpha": 0.5,
"pll_bw": 0.006
}
},
"cadu": {
"ccsds_ldpc_decoder": {
"constellation": "oqpsk",
"ldpc_rate": "7/8",
"ldpc_iterations": 10,
"internal_stream": true,
"internal_cadu_size": 14304
}
}
}
}
}