satdump/pipelines/Test.json
2022-06-03 15:08:57 +02:00

74 lines
No EOL
1.9 KiB
JSON

{
"s2_test": {
"name": "S2 test",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [],
"parameters": {
"symbolrate": {
"type": "int",
"value": 1e6,
"name": "Symbolrate",
"description": "DVB-S2 Symbolrate"
},
"modcod": {
"type": "int",
"value": 11,
"name": "MODCOD",
"description": "DVB-S2 Modcod"
},
"rrc_alpha": {
"type": "float",
"value": 0.25,
"name": "RRC Alpha",
"description": "RRC Alpha"
},
"pll_bw": {
"type": "float",
"value": 0.005,
"name": "PLL BW",
"description": "DVB-S2 PLL Bandwidth"
},
"bb_size": {
"type": "int",
"value": 58192,
"name": "BBFrame Size",
"description": "BBFrame size for the TCP Sink"
},
"port": {
"type": "int",
"value": 6666,
"name": "TCP Port",
"description": "TCP Server Port"
}
},
"work": {
"baseband": {},
"bbframe": {
"dvbs2_demod": {
//"agc_rate": 1e-5,
//"symbolrate": 1e6,
//"rrc_alpha": 0.25,
//"pll_bw": 0.005,
//"modcod": 17,
"freq_prop_factor": 0.01
}
}/*,
"ts": {
"s2_ts2tcp": {
//"port": 6651,
//"bb_size": 58192
}
}*/
}
}
}