kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Narrow WXRPN9 mask estimator back to 50 khz
rodzic
9cdc2cd3b0
commit
1b7b6399d3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue