satdump/pipelines/Stereo.json
2023-07-12 00:48:36 +02:00

86 lines
No EOL
2.2 KiB
JSON

{
"stereo_lr": {
"name": "Stereo-A/B Low Rate",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [],
"parameters": {},
"work": {
"baseband": {},
"soft": {
"pm_demod": {
"symbolrate": 3800,
"resample_after_pll": true,
"agc_rate": 0.001,
"pll_bw": 0.01,
"pll_max_offset": 3.14,
"rrc_alpha": 0.6,
"rrc_taps": 31,
"costas_bw": 0.005,
"clock_omega_relative_limit": 0.005
}
},
"cadu": {
"ccsds_turbo_decoder": {
"turbo_rate": "1/6",
"turbo_base": 1115,
"turbo_iters": 20
}
},
"products": {
"stereo_instruments": {
"icer_path": "./icer_decomp_linux"
}
}
}
},
"stereo_hr": {
"name": "Stereo-A/B High Rate",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [],
"parameters": {},
"work": {
"baseband": {},
"soft": {
"psk_demod": {
"constellation": "bpsk",
"symbolrate": 1.44e6,
"rrc_alpha": 0.35,
"pll_bw": 0.002,
"post_costas_dc": true
}
},
"cadu": {
"ccsds_turbo_decoder": {
"turbo_rate": "1/2",
"turbo_base": 1115,
"turbo_iters": 1
}
},
"products": {
/*"stereo_instruments": {
"icer_path": "./icer_decomp_linux"
}*/
}
}
}
}