add ppm
This commit is contained in:
parent
ada94f69c3
commit
6ba74a0c30
@ -435,7 +435,7 @@ class RtlSdrSocketSource(SdrSource):
|
|||||||
self.controlSocket = None
|
self.controlSocket = None
|
||||||
|
|
||||||
def getCommand(self):
|
def getCommand(self):
|
||||||
return "rtl_connector -p {port} -c {controlPort}".format(port=self.port, controlPort=self.controlPort) + " -s {samp_rate} -f {center_freq} -g {rf_gain}"
|
return "rtl_connector -p {port} -c {controlPort}".format(port=self.port, controlPort=self.controlPort) + " -s {samp_rate} -f {center_freq} -g {rf_gain} -P {ppm}"
|
||||||
|
|
||||||
def getFormatConversion(self):
|
def getFormatConversion(self):
|
||||||
return None
|
return None
|
||||||
|
Loading…
Reference in New Issue
Block a user