Skip to content

Commit

Permalink
txgain n5
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Feb 14, 2024
1 parent fa8d278 commit 71e6c7c
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions spf/v2_configs/wall_array_v2_txgain_n5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# The ip of the emitter
# When the emitter is brought online it is verified
# by a receiver that it actually is broadcasting
emitter:
type: sdr
receiver-ip: 192.168.1.17
emitter-ip: 192.168.1.15
tx-gain: -10
rx-gain-mode: fast_attack
rx-gain: -3
buffer-size: 4096 # 2**12
f-intermediate: 100000 #1.0e5
f-carrier: 2500000000 #2.5e9
f-sampling: 16000000 # 16.0e6
bandwidth: 300000 #3.0e5
motor_channel: 1

# Two receivers each with two antennas
# When a receiver is brought online it performs
# phase calibration using an emitter equidistant from
# both receiver antenna
# The orientation of the receiver is described in
# multiples of pi
receivers:
- receiver-ip: 192.168.1.17
emitter-ip: 192.168.1.15
theta-in-pis: -0.25
antenna-spacing-m: 0.05075 # 50.75 mm
nelements: 2
array-type: linear
rx-gain-mode: fast_attack
rx-buffers: 4
rx-gain: -3
buffer-size: 4096 # 2**12
f-intermediate: 100000 #1.0e5
f-carrier: 2500000000 #2.5e9
f-sampling: 16000000 # 16.0e6
bandwidth: 300000 #3.0e5
motor_channel: 0
- receiver-ip: 192.168.1.18
emitter-ip: 192.168.1.15
theta-in-pis: 1.25
antenna-spacing-m: 0.05075 # 50.75 mm
nelements: 2
array-type: linear
rx-gain-mode: fast_attack
rx-buffers: 4
rx-gain: -3
buffer-size: 4096 # 2**12
f-intermediate: 100000 #1.0e5
f-carrier: 2500000000 #2.5e9
f-sampling: 16000000 # 16.0e6
bandwidth: 300000 #3.0e5
motor_channel: 0


n-thetas: 65
n-records-per-receiver: 600000
width: 4000
calibration-frames: 800
routine: null
skip_phase_calibration: true

0 comments on commit 71e6c7c

Please sign in to comment.