Narrow WXRPN9 mask estimator back to 50 khz

pull/886/head
Mark Jessop 2024-06-04 07:56:24 +09:30
rodzic 9cdc2cd3b0
commit 1b7b6399d3
2 zmienionych plików z 2 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.7.3-beta14"
__version__ = "1.7.3-beta15"
# Global Variables

Wyświetl plik

@ -1368,7 +1368,7 @@ class SondeDecoder(object):
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,