-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# The ip of the emitter | ||
# When the emitter is brought online it is verified | ||
# by a receiver that it actually is broadcasting | ||
emitter: | ||
type: esp32 | ||
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-uri: ip:192.168.1.17 | ||
theta-in-pis: -0.25 | ||
antenna-spacing-m: 0.070 # 40 mm | ||
nelements: 2 | ||
array-type: linear | ||
rx-gain-mode: fast_attack | ||
rx-buffers: 2 | ||
rx-gain: -3 | ||
buffer-size: 524288 | ||
f-intermediate: 100000 #1.0e5 | ||
f-carrier: 2412000000 #2.5e9 | ||
f-sampling: 16000000 # 16.0e6 | ||
bandwidth: 300000 #3.0e5 | ||
motor_channel: 0 | ||
- receiver-uri: ip:192.168.1.18 | ||
theta-in-pis: 1.25 | ||
antenna-spacing-m: 0.070 # 40 mm | ||
nelements: 2 | ||
array-type: linear | ||
rx-gain-mode: fast_attack | ||
rx-buffers: 2 | ||
rx-gain: -3 | ||
buffer-size: 524288 | ||
f-intermediate: 100000 #1.0e5 | ||
f-carrier: 2412000000 #2.5e9 | ||
f-sampling: 16000000 # 16.0e6 | ||
bandwidth: 300000 #3.0e5 | ||
motor_channel: 0 | ||
|
||
|
||
n-thetas: 65 | ||
n-records-per-receiver: 5000 | ||
width: 4000 | ||
calibration-frames: 10 | ||
routine: null | ||
skip_phase_calibration: true | ||
|
||
|
||
data-version: 5 | ||
seconds-per-sample: 0.01 |
54 changes: 54 additions & 0 deletions
54
spf/v5_configs/wall_array_v2_external_70_max_5MhzBandwidth.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# The ip of the emitter | ||
# When the emitter is brought online it is verified | ||
# by a receiver that it actually is broadcasting | ||
emitter: | ||
type: esp32 | ||
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-uri: ip:192.168.1.17 | ||
theta-in-pis: -0.25 | ||
antenna-spacing-m: 0.070 # 40 mm | ||
nelements: 2 | ||
array-type: linear | ||
rx-gain-mode: fast_attack | ||
rx-buffers: 2 | ||
rx-gain: -3 | ||
buffer-size: 524288 | ||
f-intermediate: 100000 #1.0e5 | ||
f-carrier: 2412000000 #2.5e9 | ||
f-sampling: 16000000 # 16.0e6 | ||
bandwidth: 5000000 #5e6 | ||
motor_channel: 0 | ||
- receiver-uri: ip:192.168.1.18 | ||
theta-in-pis: 1.25 | ||
antenna-spacing-m: 0.070 # 40 mm | ||
nelements: 2 | ||
array-type: linear | ||
rx-gain-mode: fast_attack | ||
rx-buffers: 2 | ||
rx-gain: -3 | ||
buffer-size: 524288 | ||
f-intermediate: 100000 #1.0e5 | ||
f-carrier: 2412000000 #2.5e9 | ||
f-sampling: 16000000 # 16.0e6 | ||
bandwidth: 5000000 #5.0e6 | ||
motor_channel: 0 | ||
|
||
|
||
n-thetas: 65 | ||
n-records-per-receiver: 5000 | ||
width: 4000 | ||
calibration-frames: 10 | ||
routine: null | ||
skip_phase_calibration: true | ||
|
||
|
||
data-version: 5 | ||
seconds-per-sample: 0.01 |