mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Add live instance link
This commit is contained in:
parent
d209df39da
commit
7389b76263
3 changed files with 41 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# blah2
|
||||
|
||||
A real-time radar which can support various SDR platforms.
|
||||
A real-time radar which can support various SDR platforms. See a live instance at [http://radar4.30hours.dev](http://radar4.30hours.dev).
|
||||
|
||||
![blah2 example display](./example.png "blah2")
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ process:
|
|||
dopplerMax: 300
|
||||
clutter:
|
||||
delayMin: -10
|
||||
delayMax: 300
|
||||
delayMax: 400
|
||||
detect:
|
||||
pfa: 0.000001
|
||||
nGuard: 10
|
||||
|
|
39
config/radar4.yml
Normal file
39
config/radar4.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
capture:
|
||||
fs: 2000000
|
||||
fc: 204640000
|
||||
type: "RspDuo"
|
||||
replay:
|
||||
state: false
|
||||
loop: true
|
||||
file: '/opt/blah2/replay/file.rspduo'
|
||||
|
||||
process:
|
||||
data:
|
||||
cpi: 1
|
||||
buffer: 1.5
|
||||
overlap: 0
|
||||
ambiguity:
|
||||
delayMin: -10
|
||||
delayMax: 300
|
||||
dopplerMin: -300
|
||||
dopplerMax: 300
|
||||
clutter:
|
||||
delayMin: -10
|
||||
delayMax: 400
|
||||
detect:
|
||||
pfa: 0.000001
|
||||
nGuard: 10
|
||||
nTrain: 20
|
||||
|
||||
network:
|
||||
ip: 0.0.0.0
|
||||
ports:
|
||||
api: 3000
|
||||
map: 3001
|
||||
detect: 3002
|
||||
|
||||
save:
|
||||
iq: true
|
||||
map: true
|
||||
detect: false
|
||||
path: "/opt/blah2/"
|
Loading…
Reference in a new issue