blah2/config/config.yml

47 lines
676 B
YAML
Raw Normal View History

2023-05-04 11:25:37 +00:00
capture:
fs: 2000000
fc: 204640000
type: "RspDuo"
replay:
state: false
2023-05-04 11:25:37 +00:00
loop: true
file: '/opt/blah2/replay/file.rspduo'
process:
data:
cpi: 0.5
2023-12-14 12:47:54 +00:00
buffer: 1.5
2023-05-04 11:25:37 +00:00
overlap: 0
ambiguity:
delayMin: -10
delayMax: 300
dopplerMin: -300
dopplerMax: 300
clutter:
delayMin: -10
2023-12-14 12:47:54 +00:00
delayMax: 300
detection:
pfa: 0.00001
2023-05-04 11:25:37 +00:00
nGuard: 10
nTrain: 20
minDelay: 5
2023-12-14 12:47:54 +00:00
minDoppler: 15
nCentroid: 10
2023-05-04 11:25:37 +00:00
network:
ip: 0.0.0.0
ports:
api: 3000
map: 3001
2023-12-03 04:51:36 +00:00
detection: 3002
timestamp: 4000
2023-11-20 12:35:01 +00:00
timing: 4001
2023-12-11 12:11:54 +00:00
iqdata: 4002
2023-05-04 11:25:37 +00:00
save:
iq: true
2023-12-14 12:47:54 +00:00
map: false
2023-12-03 04:51:36 +00:00
detection: false
2023-11-20 12:35:01 +00:00
timing: false
2023-12-03 04:51:36 +00:00
path: "/blah2/save/"