Add additional Airspy R2 sampling rates. #335
-
My Airspy R2 plugged into an Ubuntu laptop with a 2.5Ghz Intel I5 processor is able run in SDR++ at 10MSPS. When I run the Airspy command line tool on my Pi 4B I get just under 8MSPS. SDR++ currently provides a 2.5 and 10MSPS. How can I add 3,4,5,6,7, 7.5? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You can't, those are the only two sample rates supported by the Airspy R2. You could try decimation which will allow you to divide the sample rate by 2, 4, 8, 16, etc... but this might use more CPU than with no decimation since it has to be done in software. |
Beta Was this translation helpful? Give feedback.
-
I visited a webside from dd1us (german radio amateur) and he said: by changing the device_sample_rate=6000000 in spyserver.config it is possible to run the airspy R2 with 6 MSPS. So I ran airspy_rx -r NUL -a 6000000 on Linux and it says Streeaming at 5.997 MSPS and so further on. It looks like this sample_rate is supported, but not official. This sample rate could be perfect to receive HRPT images, because 2.5 MSPS is to low and 10 MSPS is not really stable enough. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick answer. The possibility to do so is not a hack, it's in the latest original firmware and it's working. |
Beta Was this translation helpful? Give feedback.
You can't, those are the only two sample rates supported by the Airspy R2.
You could try decimation which will allow you to divide the sample rate by 2, 4, 8, 16, etc... but this might use more CPU than with no decimation since it has to be done in software.