From b985127a45abcc8eb62beb77bc92b43f912abdf9 Mon Sep 17 00:00:00 2001 From: cemaxecuter Date: Wed, 9 Nov 2022 14:06:08 -0500 Subject: [PATCH 1/2] Changed pre-amp gain to 14 to match the other hackRF conf files --- examples/hackrf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 16a5cc6fa4fecc1643e1f17a8dbf504b5907af65 Mon Sep 17 00:00:00 2001 From: cemaxecuter Date: Wed, 9 Nov 2022 14:06:50 -0500 Subject: [PATCH 2/2] Adding tested soapy conf files for the Airspy R2 and SDRPlay RSP1A --- examples/airspy-soapy.conf | 11 +++++++++++ examples/rsp1a-soapy.conf | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 examples/airspy-soapy.conf create mode 100644 examples/rsp1a-soapy.conf 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/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