gr-osmosdr/lib/bladerf
Robert Ghilduta 9cb023b00a bladeRF: Add XB-200 support
This commit adds support for the bladeRF XB-200 transverter expansion
board. To enable the expansion board and to allow the osmocom source or
sink to tune down to 0Hz, parameter xb200 has to be set. XB-200 comes
with 4 filter banks which can be selected by passing their name as
a value of the xb200 parameter. Automatic filter selection will be
enabled if no value is given to the xb200 parameter.

Example:

osmocom_fft -a bladerf,xb200
osmocom_fft -a bladerf,xb200=50M

The following values are valid:
   "custom"  : custom band
   "50M"     :  50MHz band
   "144M"    : 144MHz band
   "222M"    : 222MHz band
   "auto3db" : Select fiterbank based on -3dB filter points
   "auto"    : Select filerbank based on -1dB filter points (default)
2014-07-11 16:53:23 +02:00
..
CMakeLists.txt bladerf: Added device caching, this enables full-duplex operation. 2013-10-29 23:20:21 +01:00
bladerf_common.cc bladeRF: Add XB-200 support 2014-07-11 16:53:23 +02:00
bladerf_common.h bladeRF: Add XB-200 support 2014-07-11 16:53:23 +02:00
bladerf_sink_c.cc bladerf: Updated source/sink to use libbladeRF's sync interface 2014-03-10 15:34:19 +01:00
bladerf_sink_c.h bladerf: Updated source/sink to use libbladeRF's sync interface 2014-03-10 15:34:19 +01:00
bladerf_source_c.cc bladerf: Updated source/sink to use libbladeRF's sync interface 2014-03-10 15:34:19 +01:00
bladerf_source_c.h bladerf: Updated source/sink to use libbladeRF's sync interface 2014-03-10 15:34:19 +01:00