satdump/pipelines/Test.json

128 lines
No EOL
3.1 KiB
JSON

{
"gfsk_test": {
"name": "GFSK Test",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [],
"parameters": {
"samplerate": {
"value": 6e6
}
},
"work": {
"baseband": {},
"soft": {
"fsk_demod": {
"symbolrate": 4.8e3, //16276.0625,
"rrc_alpha": 0.35
}
},
"cadu": {
"ccsds_simple_psk_decoder": {
"constellation": "bpsk",
"cadu_size": 8192,
"nrzm": false,
"rs_i": 0,
"rs_type": "rs223"
}
}
}
},
"test_custom": {
"name": "test_custom",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"frequencies": [],
"work": {
"baseband": {},
"soft": {
"psk_demod": {
"constellation": "qpsk",
"symbolrate": 2e6,
"rrc_alpha": 0.5,
"pll_bw": 0.006
}
},
"cadu": {
"ccsds_conv_concat_decoder": {
"constellation": "qpsk",
"cadu_size": 8192,
"viterbi_ber_thresold": 0.300,
"viterbi_outsync_after": 20,
"derandomize": true,
"nrzm": false,
"rs_i": 4,
"rs_type": "rs223"
}
}
}
},
"ominous_orb": {
"name": "Ominous Rebroadcast (ORB) WIP!!!",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
],
[
3,
0
]
],
"frequencies": [],
"parameters": {
"samplerate": {
"value": 1e6
}
},
"work": {
"baseband": {},
"soft": {
"psk_demod": {
"constellation": "bpsk",
"symbolrate": 128e3,
"rrc_alpha": 0.6,
"pll_bw": 0.002
}
},
"cadu": {
"ccsds_conv_concat_decoder": {
"constellation": "bpsk",
"cadu_size": 8192,
"viterbi_ber_thresold": 0.300,
"viterbi_outsync_after": 20,
"derandomize": true,
"nrzm": false,
"rs_i": 4,
"rs_type": "rs223"
}
},
"products": {
"orb_decoder_test": {}
}
}
}
}