sdrangel/devices
Robin Getz 95edff4985 plutosdr: grab the RF bandwidth range from the device
This will use the RF bandwidth from the device, which is different
between AD9363 and AD9364.

Things are now managed like the device likes - analog low pass bandwidth
is RF (complex) bandwidth, not baseband single I or Q bandwidth.

Signed-off-by: Robin Getz <robin.getz@analog.com>
2019-02-01 16:42:08 -05:00
..
bladerf1 Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
bladerf2 Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
hackrf Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
limesdr Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
perseus Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
plutosdr plutosdr: grab the RF bandwidth range from the device 2019-02-01 16:42:08 -05:00
soapysdr Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
xtrx XTRX: refactored GPS lock test using workaround using change in 1PPS iterval clock counts. Fixes hanging for 1PPS signal 2019-01-20 00:52:57 +01:00
CMakeLists.txt Remove XTRX from Debian build 2019-01-05 17:51:52 +01:00
devices.pro Windows: fallen back to libusb 1.0.21 2019-01-27 18:26:00 +01:00
readme.md SoapySDR support: build infrastructure and input plugin enumeration 2018-10-29 16:39:25 +01:00

readme.md

Devices common resources

This folder contains classes and methods that can be used by different plugins that work with a common physical device or via network. Thus this can be one of the following devices:

  • BladeRF1: one Rx and one Tx full duplex. Plugins are:

    • bladerf1input
    • bladerf1output
  • BladeRF2: 2 Rx and 2 Tx full duplex (BladeRF 2.0 micro). Plugins are:

    • bladerf2input
    • bladerf2output
  • HackRF: one Rx and one Tx half duplex. Plugins are:

    • hackrfinput
    • hackrfoutput
  • LimeSDR: 2 Rx and 2 Tx full duplex (Lime-USB). 1 Rx and 1 Tx full duplex (Lime-Mini). Plugins are

    • limesdrinput
    • limesdroutput
  • PlutoSDR: one Rx and one Tx full duplex. Plugins are

    • plutosdrinput
    • plutosdroutput
  • SoapySDR: Soapy SDR virtual device

    • soapysdrinput
    • soapysdroutput