Enable mask estimator for WxR301D decoder. EXPERIMENTAL, may cause other issues.

pull/810/head
Mark Jessop 2023-09-18 08:04:07 +09:30
rodzic 0e51550509
commit 5d00c85069
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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,