From 5d00c850690b27090059931fad780d3c5d8bb723 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Mon, 18 Sep 2023 08:04:07 +0930 Subject: [PATCH] Enable mask estimator for WxR301D decoder. EXPERIMENTAL, may cause other issues. --- auto_rx/autorx/__init__.py | 2 +- auto_rx/autorx/decode.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index a2ebc26..92f713a 100644 --- a/auto_rx/autorx/__init__.py +++ b/auto_rx/autorx/__init__.py @@ -12,7 +12,7 @@ from queue import Queue # 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.6.3-beta5" +__version__ = "1.6.3-beta6" # Global Variables diff --git a/auto_rx/autorx/decode.py b/auto_rx/autorx/decode.py index fc93ba8..58c6792 100644 --- a/auto_rx/autorx/decode.py +++ b/auto_rx/autorx/decode.py @@ -1294,7 +1294,8 @@ class SondeDecoder(object): if self.save_decode_iq: demod_cmd += f" tee {self.save_decode_iq_path} |" - demod_cmd += "./fsk_demod --cs16 -s -b %d -u %d --stats=%d 2 %d %d - -" % ( + # Trying out using the mask estimator here to reduce issues with interference + demod_cmd += "./fsk_demod --cs16 -s -b %d -u %d --mask 50000 --stats=%d 2 %d %d - -" % ( _lower, _upper, _stats_rate,