use csdr++ gain
This commit is contained in:
parent
8f0b33eb83
commit
a92f587734
@ -21,7 +21,7 @@ class FifiSdrSource(DirectSource):
|
||||
return super().getEventNames() + ["device"]
|
||||
|
||||
def getFormatConversion(self):
|
||||
return ["csdr++ convert -i s16 -o float", "csdr gain_ff 5"]
|
||||
return ["csdr++ convert -i s16 -o float", "csdr++ gain 5"]
|
||||
|
||||
def sendRockProgFrequency(self, frequency):
|
||||
process = Popen(["rockprog", "--vco", "-w", "--freq={}".format(frequency / 1e6)])
|
||||
|
Loading…
Reference in New Issue
Block a user