-
Notifications
You must be signed in to change notification settings - Fork 38
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
[WIP] Add frequency channel masking capability. Issue #125. #133
Conversation
Codecov Report
@@ Coverage Diff @@
## master #133 +/- ##
==========================================
- Coverage 83.23% 81.44% -1.80%
==========================================
Files 23 23
Lines 1593 1638 +45
==========================================
+ Hits 1326 1334 +8
- Misses 267 304 +37
Continue to review full report at Codecov.
|
Does the proposed syntax meet your needs, @wfarah? How can we improve it? |
Issue 135 is highest priority. The future resolution to the 2.0.2 base will impact this PR. |
I think we can open this PR again since #135 is resolved. |
This pull-request addresses Issue #125 by adding frequency masking to the input file. A YAML file containing a list of blocked frequency ranges (blacklist) is used to configure the masking behavior. The user can enable this feature in runtime using the command-line flag
-m
for the default mask filemask.yml
or explicitly specifying the path using the--mask PATH
argument. The proposed syntax of the YAML file is described below. Alll frequencies in MHz.Case 1
Block frequencies from 2400 MHz to 3600 MHz and from 4800 MHz to 9600 MHz.
Case 2
Block all frequencies.
Case 3
Block all frequencies up to 2400 MHz.