gr-osmosdr/lib
Dimitri Stolnikov 3ce7c33981 fcd: add support for FUNcube Dongle Pro+
The gnuradio block https://github.com/dl1ksv/gr-fcdproplus must be
installed before building gr-osmosdr.

Available named gains:

Dongle Classic:

LNA: -5 to 30 dB, in 2.5 dB steps
MIX: 4 or 12 dB

Dongle Pro+:

LNA: 0 or 1, meaning off/on only. no information about real values.
MIX: 0 or 1, meaning off/on only. no information about real values.
BB: 0 to 59 dB, in 1 dB steps

This patch also introduces optional "device" and "type" arguments which
allow to override the values automatically picked by gr-osmosdr:

osmocom_fft -a "fcd,device=hw:2,type=2"

The "device" argument overrides the audio device used by the underlying
driver to access the dongle's IQ sample stream.

The "type" argument selects the dongle type, 1 for Classic, 2 for Pro+.

Thanks to Alexey Bazhin for the initial patch and Volker Schroer for
testing.
2013-07-14 12:09:55 +02:00
..
fcd fcd: add support for FUNcube Dongle Pro+ 2013-07-14 12:09:55 +02:00
file introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
hackrf hackrf: select narrower filters in auto bw mode to prevent aliasing 2013-06-09 13:10:16 +02:00
miri introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
osmosdr introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
rtl introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
rtl_tcp introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
uhd uhd: implement frequency correction 2013-06-10 21:15:58 +02:00
CMakeLists.txt fcd: add support for FUNcube Dongle Pro+ 2013-07-14 12:09:55 +02:00
arg_helpers.h introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
config.h.in hackrf: add support for HackRF devices through libhackrf 2013-04-10 21:05:14 +02:00
device.cc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
gnuradio-osmosdr.rc.in cmake: add windows dll resource file 2013-04-16 21:53:09 +02:00
ranges.cc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
sink_iface.h uhd: implement dc correction 2013-06-09 20:19:17 +02:00
sink_impl.cc uhd: implement dc correction 2013-06-09 20:19:17 +02:00
sink_impl.h uhd: implement dc correction 2013-06-09 20:19:17 +02:00
source_iface.h uhd: implement dc correction 2013-06-09 20:19:17 +02:00
source_impl.cc uhd: implement dc correction 2013-06-09 20:19:17 +02:00
source_impl.h uhd: implement dc correction 2013-06-09 20:19:17 +02:00