mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
42 lines
No EOL
1 KiB
JSON
42 lines
No EOL
1 KiB
JSON
{
|
|
"lucky7_link": {
|
|
"name": "Lucky-7 UHF Link",
|
|
"live": true,
|
|
"live_cfg": [
|
|
[
|
|
1,
|
|
0
|
|
]
|
|
],
|
|
"frequencies": [
|
|
[
|
|
"Main",
|
|
437.525e6
|
|
]
|
|
],
|
|
"parameters": {
|
|
"enable_doppler": {
|
|
"type": "bool",
|
|
"value": true,
|
|
"name": "Doppler Correction",
|
|
"description": "Apply doppler correction"
|
|
}
|
|
},
|
|
"work": {
|
|
"baseband": {},
|
|
"frm": {
|
|
"lucky7_demod": {
|
|
"symbolrate": 4800,
|
|
"custom_samplerate": 48e3,
|
|
"corr_thresold": 60,
|
|
"enable_doppler": true,
|
|
"satellite_norad": 44406,
|
|
"satellite_frequency": 437.525e6
|
|
}
|
|
},
|
|
"products": {
|
|
"lucky7_decoder": {}
|
|
}
|
|
}
|
|
}
|
|
} |