kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Changed badnwidth for M10
rodzic
9867f66573
commit
9c7202cd4f
|
|
@ -246,8 +246,8 @@ class SondeDecoder(object):
|
|||
elif self.sonde_type == "M10":
|
||||
# M10 Sondes
|
||||
|
||||
decode_cmd = "%s %s-p %d -d %s %s-M fm -F9 -s 15k -f %d 2>/dev/null |" % (self.sdr_fm, bias_option, int(self.ppm), str(self.device_idx), gain_param, self.sonde_freq)
|
||||
decode_cmd += "sox -t raw -r 15k -e s -b 16 -c 1 - -r 48000 -b 8 -t wav - highpass 20 2>/dev/null |"
|
||||
decode_cmd = "%s %s-p %d -d %s %s-M fm -F9 -s 22k -f %d 2>/dev/null |" % (self.sdr_fm, bias_option, int(self.ppm), str(self.device_idx), gain_param, self.sonde_freq)
|
||||
decode_cmd += "sox -t raw -r 22k -e s -b 16 -c 1 - -r 48000 -b 8 -t wav - highpass 20 2>/dev/null |"
|
||||
# M10 decoder
|
||||
decode_cmd += "./m10 -b 2>/dev/null"
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue