aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-03-10file: expose seek function in public APIDimitri Stolnikov5-7/+36
2014-03-10rtl: implement methods allowing runtime to control sampling processDimitri Stolnikov2-6/+30
2014-03-10bladerf: Fixed bug in cached device cleanupJon Szymaniak1-4/+10
2014-03-10bladerf: Updated source/sink to use libbladeRF's sync interfaceBrian Padalino6-455/+139
2014-03-10source/sink: don't return void in void functionsDimitri Stolnikov2-4/+4
2014-02-20hackrf: signed samples, following commit fd77cfe8a6Hoernchen3-20/+18
2014-02-16bladeRF: RXVGA2 range is [0, 30]Jon Szymaniak1-1/+1
2014-02-16bladerf: Added 'verbosity' and 'loopback' device parametersJon Szymaniak2-0/+67
2014-02-11osmosdr/rtl/miri/hackrf: use 15 buffers by defaultDimitri Stolnikov5-8/+8
2014-02-09airspy: add support for AirSpy wideband receiverDimitri Stolnikov7-1/+827
2014-01-26rfspace: properly cover the absense of a serial numberDimitri Stolnikov1-1/+3
2014-01-18bladeRF: Modifying correction calls.Brian Padalino4-60/+42
2014-01-13bladerf: Removed sign extension and masking of samplesJon Szymaniak1-10/+17
2014-01-13bladerf: Updates for libbladeRF v0.11.0 API changesJon Szymaniak3-11/+23
2014-01-13bladerf: Use rational sample rate functionsJon Szymaniak4-69/+48
2014-01-13bladerf: Added start()/stop() implementationsJon Szymaniak4-73/+109
2014-01-11bladerf: shorten the serial number that is being shown to the userDimitri Stolnikov1-1/+11
2014-01-11bladerf: implement DC offset and IQ imbalance correctionDimitri Stolnikov4-13/+99
2013-12-28bladerf: prepare functions to control DC offset / IQ balance (WIP)Dimitri Stolnikov2-0/+45
2013-12-27rfspace: add missing header for basename()Dimitri Stolnikov1-0/+1
2013-12-22rfspace: add support for RFSPACE SDR-IQ and SDR-IPDimitri Stolnikov8-1132/+1744
2013-12-10device: implement "nofake" hint to exclude dummy devices from discoveryDimitri Stolnikov5-14/+25
2013-12-05file: add missing include for boost::formatDimitri Stolnikov1-0/+1
2013-12-05rtl/rtl_tcp: add 2.56e6 as 'good' sample rateSteve Markgraf2-0/+2
2013-11-06sink/source: fix error message when unable to connect blocks internallyDimitri Stolnikov2-4/+8
2013-11-05netsdr: implement sample rate change in run modeDimitri Stolnikov2-17/+35
2013-11-04rtl: add R828D tunerSteve Markgraf3-1/+8
2013-11-01netsdr: replace boost asio sockets with native bsd socketsDimitri Stolnikov2-17/+223
2013-10-30bladerf: Don't reload the FPGA unless the force-reload param is setJon Szymaniak1-8/+17
2013-10-30bladerf: Moved initializations to bladerf_common.c, misc. cleanupJon Szymaniak5-256/+216
2013-10-30bladerf: Moved no longer "common" items out of bladerf_commonJon Szymaniak6-61/+57
2013-10-29bladerf: Added device caching, this enables full-duplex operation.Daniel Gröber5-58/+127
2013-10-26netsdr: add support for RFSPACE NetSDR receiverDimitri Stolnikov7-0/+1090
2013-10-25use numchan instead of nchan to prevent ambiguity...Dimitri Stolnikov1-2/+2
2013-10-25hackrf: implement device discoveryDimitri Stolnikov2-6/+93
2013-10-25uhd: improve device discoveryDimitri Stolnikov2-24/+26
2013-10-25remove unused variablesDimitri Stolnikov2-3/+2
2013-10-20file: allow changing the sample rate when throttle=trueDimitri Stolnikov2-8/+24
2013-10-04bladerf: use newstyle version gettersDimitri Stolnikov2-10/+10
2013-10-03bladerf: make source less picky wrt rf gainDimitri Stolnikov1-10/+7
2013-10-03source/sink: initialize sample rate cache variableDimitri Stolnikov4-2/+6
2013-10-03source/sink: fix automatic bandwidth selectionDimitri Stolnikov2-2/+2
2013-09-28rtl: don't try to parse empty device index valuesDimitri Stolnikov1-6/+10
2013-09-28updated header documentation for bandwidth setterDimitri Stolnikov2-2/+2
2013-09-28bladerf: implement automatic bandwidth selectionDimitri Stolnikov2-0/+6
2013-09-28hackrf: enable AMP gain stage by defaultDimitri Stolnikov2-2/+2
2013-09-28hackrf: don't set automatic bandwidth on samplerate changeDimitri Stolnikov2-8/+10
2013-09-28bladeRF: Refactored buffering scheme in sinkJon Szymaniak2-71/+160
2013-09-28bladerf: migration to async api (WIP)Dimitri Stolnikov6-294/+345
2013-08-29Support setting external sampling to bladerfFrederik M.J. Vestre1-0/+20