-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from NTIA/SEA-178_test_actions_loading
Sea 178 test actions loading
- Loading branch information
Showing
9 changed files
with
153 additions
and
9 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
__version__ = "6.0.1" | ||
__version__ = "7.0.0" | ||
|
42 changes: 42 additions & 0 deletions
42
src/scos_tekrsa/configs/test/test_SEA_CBRS_Measure_Baseline.yml
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,42 @@ | ||
nasctn_sea_data_product: | ||
name: test_SEA_CBRS_Measure_Baseline | ||
rf_path: antenna | ||
# IIR filter settings | ||
iir_gpass_dB: 0.1 # Max passband ripple below unity gain | ||
iir_gstop_dB: 40 # Minimum stopband attenuation | ||
iir_pb_edge_Hz: 5e6 # Passband edge frequency | ||
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency | ||
# FFT settings | ||
nffts: 320e3 | ||
# PFP frame | ||
pfp_frame_period_ms: 10 | ||
# APD downsampling settings | ||
apd_bin_size_dB: 1.0 # Set to 0 or negative for no downsampling | ||
apd_max_bin_dBm: -30 | ||
apd_min_bin_dBm: -180 | ||
# Time domain power statistics settings | ||
td_bin_size_ms: 10 | ||
# Sigan Settings | ||
preamp_enable: True | ||
reference_level: -25 | ||
attenuation: 0 | ||
sample_rate: 14e6 | ||
# Acquisition settings (3550-3700 MHz in 10 MHz steps, each 4s long) | ||
duration_ms: 4000 | ||
nskip: 0 | ||
frequency: | ||
- 3555e6 | ||
- 3565e6 | ||
- 3575e6 | ||
- 3585e6 | ||
- 3595e6 | ||
- 3605e6 | ||
- 3615e6 | ||
- 3625e6 | ||
- 3635e6 | ||
- 3645e6 | ||
- 3655e6 | ||
- 3665e6 | ||
- 3675e6 | ||
- 3685e6 | ||
- 3695e6 |
19 changes: 19 additions & 0 deletions
19
src/scos_tekrsa/configs/test/test_multi_frequency_iq_action.yml
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,19 @@ | ||
stepped_frequency_time_domain_iq: | ||
name: test_multi_frequency_iq_action | ||
frequency: | ||
- 700.5e6 | ||
- 709e6 | ||
- 731.5e6 | ||
- 739e6 | ||
- 751e6 | ||
- 763e6 | ||
- 772e6 | ||
- 782e6 | ||
- 793e6 | ||
- 802e6 | ||
reference_level: -10 | ||
sample_rate: 56e6 | ||
duration_ms: 80 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
9 changes: 9 additions & 0 deletions
9
src/scos_tekrsa/configs/test/test_single_frequency_iq_action.yml
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,9 @@ | ||
single_frequency_time_domain_iq: | ||
name: test_single_frequency_iq_action | ||
frequency: 739e6 | ||
reference_level: -10 | ||
sample_rate: 56e6 | ||
duration_ms: 714 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
10 changes: 10 additions & 0 deletions
10
src/scos_tekrsa/configs/test/test_single_frequency_m4s_action.yml
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,10 @@ | ||
single_frequency_fft: | ||
name: test_single_frequency_m4s_action | ||
frequency: 739e6 | ||
reference_level: -10 | ||
sample_rate: 56e6 | ||
fft_size: 2048 | ||
nffts: 300 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
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,29 @@ | ||
stepped_frequency_time_domain_iq: | ||
name: test_survey_iq_action | ||
frequency: | ||
- 700.5e6 | ||
- 709e6 | ||
- 731.5e6 | ||
- 739e6 | ||
- 751e6 | ||
- 763e6 | ||
- 772e6 | ||
- 782e6 | ||
- 793e6 | ||
- 802e6 | ||
reference_level: -10 | ||
sample_rate: 14e6 | ||
duration_ms: | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 10000 | ||
- 1000 | ||
- 1000 | ||
- 10000 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
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
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
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