satdump/resources/pipelines/Integral.json

35 lines
No EOL
979 B
JSON

{
"integral_s_link": {
"name": "Integral S-band downlink",
"live": [
1,
2
],
"work": {
"baseband": {},
"soft": {
"module": "pm_demod",
"parameters": {
"symbolrate": 262e3,
"pll_bw": 0.001,
"rrc_alpha": 0.5,
"rrc_taps": 31,
"costas_bw": 0.001
}
},
"cadu": {
"module": "ccsds_conv_concat_decoder",
"parameters": {
"constellation": "bpsk_90",
"cadu_size": 8192,
"viterbi_ber_thresold": 0.3,
"viterbi_outsync_after": 1,
"nrzm": false,
"derandomize": true,
"rs_i": 4,
"rs_type": "rs239"
}
}
}
}
}