Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interleavesound invalid frequencies #5

Open
tjk584 opened this issue Mar 20, 2023 · 0 comments
Open

interleavesound invalid frequencies #5

tjk584 opened this issue Mar 20, 2023 · 0 comments

Comments

@tjk584
Copy link
Contributor

tjk584 commented Mar 20, 2023

Following error thrown when testing interleavesound:

Traceback (most recent call last):
  File "/home/radar/borealis/tests/experiments/experiment_unittests.py", line 245, in test
    ehmain(experiment_name=module_name)
  File "/home/radar/borealis/tests/experiments/experiment_unittests.py", line 67, in ehmain
    exp = Experiment()
  File "/home/radar/borealis//src/borealis_experiments/interleavesound.py", line 91, in __init__
    self.add_slice(slices[1], {0: 'SCAN'})
  File "/home/radar/borealis//src/experiment_prototype/experiment_prototype.py", line 1136, in add_slice
    new_exp_slice = self.setup_slice(exp_slice)
  File "/home/radar/borealis//src/experiment_prototype/experiment_prototype.py", line 1825, in setup_slice
    self.check_slice_specific_requirements(complete_slice)
  File "/home/radar/borealis//src/experiment_prototype/experiment_prototype.py", line 1642, in check_slice_specific_requirements
    raise ExperimentException(errmsg)
experiment_prototype.experiment_exception.ExperimentException: freq must be a number (kHz) between tx min and max frequencies (9767.000012099743, 13267.000012099743) and rx min and max frequencies (9767.000012099743, 13267.000012099743) for the radar license and be within range given center frequencies (tx: 11517.000012099743 kHz, rx: 11517.000012099743 kHz), sampling rates (tx: 5000.0 kHz, rx: 5000.0 kHz), and transition band (750.0 kHz).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant