add airspyhf support

This commit is contained in:
Jakob Ketterl 2019-12-06 11:39:23 +01:00
parent ac841221b6
commit 1d1851dc76
3 changed files with 12 additions and 0 deletions

View file

@ -629,6 +629,11 @@ class AirspyConnectorSource(SoapyConnectorSource):
return cmd
class AirspyhfConnectorSource(AirspyConnectorSource):
def getDriver(self):
return "airspyhf"
class RtlSdrSource(SdrSource):
def getCommand(self):
return "rtl_sdr -s {samp_rate} -f {tuner_freq} -p {ppm} -g {rf_gain} -"