mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
31 lines
No EOL
810 B
JSON
31 lines
No EOL
810 B
JSON
{
|
|
"orx_link": {
|
|
"name": "OSIRIS-REx X-Band Link",
|
|
"live": [
|
|
1,
|
|
2
|
|
],
|
|
"work": {
|
|
"baseband": {},
|
|
"soft": {
|
|
"module": "pm_demod",
|
|
"parameters": {
|
|
"resample_after_pll": true,
|
|
"symbolrate": 80e3,
|
|
"pll_bw": 0.01,
|
|
"rrc_alpha": 0.5,
|
|
"costas_bw": 0.005,
|
|
"subcarrier_offset": 275e3
|
|
}
|
|
},
|
|
"cadu": {
|
|
"module": "ccsds_turbo_decoder",
|
|
"parameters": {
|
|
"turbo_rate": "1/2",
|
|
"turbo_base": 1115,
|
|
"turbo_iters": 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |