Skip to content

Commit

Permalink
Merge pull request #886 from darksidelemm/testing
Browse files Browse the repository at this point in the history
Narrow WXRPN9 mask estimator back to 50 khz
  • Loading branch information
darksidelemm authored Jun 3, 2024
2 parents 228910e + 1b7b639 commit 559b33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_rx/autorx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
# PATCH - Small changes, or minor feature additions.

__version__ = "1.7.3-beta14"
__version__ = "1.7.3-beta15"


# Global Variables
Expand Down
2 changes: 1 addition & 1 deletion auto_rx/autorx/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ def generate_decoder_command_experimental(self):
demod_cmd += f" tee {self.save_decode_iq_path} |"

# Trying out using the mask estimator here to reduce issues with interference
demod_cmd += "./fsk_demod --cs16 -s -b %d -u %d --mask 60000 --stats=%d 2 %d %d - -" % (
demod_cmd += "./fsk_demod --cs16 -s -b %d -u %d --mask 50000 --stats=%d 2 %d %d - -" % (
_lower,
_upper,
_stats_rate,
Expand Down

0 comments on commit 559b33d

Please sign in to comment.