Merge pull request #810 from darksidelemm/testing

Enable mask estimator for WxR301D decoder. EXPERIMENTAL
pull/805/head
Mark Jessop 2023-09-18 08:05:06 +09:30 zatwierdzone przez GitHub
commit a77039f466
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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,