mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Fix config file from issue #1
This commit is contained in:
parent
f842ca0258
commit
a02f4d80dd
1 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ capture:
|
||||||
process:
|
process:
|
||||||
data:
|
data:
|
||||||
cpi: 0.5
|
cpi: 0.5
|
||||||
buffer: 1
|
buffer: 1.5
|
||||||
overlap: 0
|
overlap: 0
|
||||||
ambiguity:
|
ambiguity:
|
||||||
delayMin: -10
|
delayMin: -10
|
||||||
|
@ -19,14 +19,14 @@ process:
|
||||||
dopplerMax: 300
|
dopplerMax: 300
|
||||||
clutter:
|
clutter:
|
||||||
delayMin: -10
|
delayMin: -10
|
||||||
delayMax: 400
|
delayMax: 300
|
||||||
detect:
|
detection:
|
||||||
pfa: 0.000001
|
pfa: 0.00001
|
||||||
nGuard: 10
|
nGuard: 10
|
||||||
nTrain: 20
|
nTrain: 20
|
||||||
minDelay: 5
|
minDelay: 5
|
||||||
minDoppler: 20
|
minDoppler: 15
|
||||||
nCentroid: 6
|
nCentroid: 10
|
||||||
|
|
||||||
network:
|
network:
|
||||||
ip: 0.0.0.0
|
ip: 0.0.0.0
|
||||||
|
@ -40,7 +40,7 @@ network:
|
||||||
|
|
||||||
save:
|
save:
|
||||||
iq: true
|
iq: true
|
||||||
map: true
|
map: false
|
||||||
detection: false
|
detection: false
|
||||||
timing: false
|
timing: false
|
||||||
path: "/blah2/save/"
|
path: "/blah2/save/"
|
||||||
|
|
Loading…
Reference in a new issue