mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
54 lines
No EOL
1.4 KiB
JSON
54 lines
No EOL
1.4 KiB
JSON
{
|
|
"geonetcast": {
|
|
"name": "GeoNetCast",
|
|
"live": {
|
|
"pkt_size": 9400,
|
|
"default": [
|
|
1
|
|
],
|
|
"server": [
|
|
1
|
|
],
|
|
"client": [
|
|
2
|
|
]
|
|
},
|
|
"parameters": {
|
|
"ts_input": {
|
|
"type": "bool",
|
|
"value": false,
|
|
"name": "TS Input",
|
|
"description": "Input TS instead of BBFrame"
|
|
}
|
|
},
|
|
"frequencies": [
|
|
[
|
|
"GeoNetCast",
|
|
4080e6
|
|
]
|
|
],
|
|
"work": {
|
|
"baseband": {},
|
|
"bbframe": {
|
|
"module": "dvbs2_demod",
|
|
"parameters": {
|
|
"symbolrate": 30e6,
|
|
"rrc_alpha": 0.2,
|
|
"pll_bw": 0.01,
|
|
"modcod": 15,
|
|
"shortframes": false,
|
|
"pilots": true,
|
|
//"sof_thresold": 10, // Disable locking
|
|
"freq_prop_factor": 0.01
|
|
}
|
|
},
|
|
"products": {
|
|
"module": "geonetcast_decoder",
|
|
"parameters": {
|
|
"ts_input": false,
|
|
"process_goes_abi": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |