diff --git a/examples/airspy-soapy.conf b/examples/airspy-soapy.conf new file mode 100644 index 0000000..01f1964 --- /dev/null +++ b/examples/airspy-soapy.conf @@ -0,0 +1,11 @@ +[soapy-source] +driver=airspy +# Uncomment the folliwing line to turn on the antenna bias +#device_args='biastee=true' + +sample_rate=1000000 +center_freq=1622000000 +bandwidth=9000000 + +# Linearity Gain +gain=18 \ No newline at end of file diff --git a/examples/hackrf.conf b/examples/hackrf.conf index 6059687..7aeb0ad 100644 --- a/examples/hackrf.conf +++ b/examples/hackrf.conf @@ -7,7 +7,7 @@ sample_rate=12000000 center_freq=1621800000 # Turn on the pre-amp -gain=10 +gain=14 # Moderate gains if_gain=40 diff --git a/examples/rsp1a-soapy.conf b/examples/rsp1a-soapy.conf new file mode 100644 index 0000000..f8ebf3b --- /dev/null +++ b/examples/rsp1a-soapy.conf @@ -0,0 +1,16 @@ +[soapy-source] +driver=sdrplay + +# Uncommment the following line to turn on the antenna bias +#device_args='biasT_ctrl=true' + +# Sample rates and bandwidth correspond to options shown by +# SoapySDRUtil --probe="driver=sdrplay" +sample_rate=8000000 +bandwidth=8000000 +center_freq=1622500000 + +# Gain +IFGR=20 +RFGR=0 +antenna=RX \ No newline at end of file