1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-10 10:33:29 -05:00
sdrangel/devices
2017-03-12 00:41:05 +01:00
..
bladerf Make sure 3 and 6 MS/s are supported by HackRF and BladeRF for transmission to match Airspy Mini sample rates 2017-03-12 00:41:05 +01:00
hackrf Make sure 3 and 6 MS/s are supported by HackRF and BladeRF for transmission to match Airspy Mini sample rates 2017-03-12 00:41:05 +01:00
CMakeLists.txt HackRF Output support: created a HackRF device library for Rx/Tx common routines and structures 2017-01-07 11:24:09 +01:00
devices.pro Windows build: added missing bits 2017-01-09 01:31:58 +01:00
readme.md Tx support: implemented final interpolation stage in FileSink plugin 2017-01-02 03:14:46 +01:00

Devices common resources

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

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

    • bladerfinput
    • bladerfoutput
  • HackRF: one Rx and one Tx half duplex. Plugins are:

    • hackrfinput
    • hackrfoutput