30 lines
496 B
Plaintext
30 lines
496 B
Plaintext
receive_hosts:
|
|
- ["10.0.12.62", 8008]
|
|
- ["10.0.12.64", 8008]
|
|
transmit_host: ["10.0.12.63", 8008]
|
|
antennas:
|
|
order: [
|
|
[["10.0.12.62", 8008], 0],
|
|
[["10.0.12.64", 8008], 1],
|
|
[["10.0.12.64", 8008], 0],
|
|
[["10.0.12.62", 8008], 1]]
|
|
spacing: 0.0285
|
|
|
|
sample_rate: 100 # Hz
|
|
|
|
central_freq: 6195 # MHz
|
|
channel_width: 20 # MHz
|
|
frame_format: HT
|
|
|
|
preprocessing:
|
|
moving_average_alpha: 0.01
|
|
|
|
bandpass:
|
|
lowcut: 2
|
|
highcut: 40
|
|
|
|
music:
|
|
eigval_threshold: 10
|
|
window_size: 40
|
|
|