kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Support RTL-SDR AGC config
rodzic
cef8bda08e
commit
5e714253b8
|
@ -645,6 +645,7 @@ class SondeScanner(object):
|
||||||
rtl_fm_path="rtl_fm",
|
rtl_fm_path="rtl_fm",
|
||||||
rtl_device_idx=0,
|
rtl_device_idx=0,
|
||||||
gain=-1,
|
gain=-1,
|
||||||
|
agc=0,
|
||||||
ppm=0,
|
ppm=0,
|
||||||
bias=False,
|
bias=False,
|
||||||
|
|
||||||
|
@ -734,6 +735,7 @@ class SondeScanner(object):
|
||||||
self.rtl_fm_path = rtl_fm_path
|
self.rtl_fm_path = rtl_fm_path
|
||||||
self.rtl_device_idx = rtl_device_idx
|
self.rtl_device_idx = rtl_device_idx
|
||||||
self.gain = gain
|
self.gain = gain
|
||||||
|
self.agc = agc
|
||||||
self.ppm = ppm
|
self.ppm = ppm
|
||||||
self.bias = bias
|
self.bias = bias
|
||||||
|
|
||||||
|
@ -1082,6 +1084,7 @@ class SondeScanner(object):
|
||||||
rtl_device_idx=self.rtl_device_idx,
|
rtl_device_idx=self.rtl_device_idx,
|
||||||
ppm=self.ppm,
|
ppm=self.ppm,
|
||||||
gain=self.gain,
|
gain=self.gain,
|
||||||
|
agc=self.agc,
|
||||||
bias=self.bias,
|
bias=self.bias,
|
||||||
dwell_time=self.detect_dwell_time,
|
dwell_time=self.detect_dwell_time,
|
||||||
save_detection_audio=self.save_detection_audio,
|
save_detection_audio=self.save_detection_audio,
|
||||||
|
|
Ładowanie…
Reference in New Issue