aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/tx_bursts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Pushing the bulk of UHD-3.7.0 code.Ben Hilburn2014-02-141-1/+1
|
* 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidationNicholas Corgan2014-01-241-2/+7
| | | | | | | * Added support for new CBX-120, SBX-120, and WBX-120 daughterboards * Added implementation of Integer-N tuning for all CBX, SBX, and WBX daughterboards * Added --int-n option to examples to show how to use Integer-N tuning API * Removed duplicate ADF4350/ADF4351 code and moved it to common/adf435x_common.cpp
* examples: changed examples that force usage of all channels to allow user to ↵Nicholas Corgan2013-08-261-4/+20
| | | | input which channels to use
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-1/+1
| | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-1/+1
| | | | instead of 0 and 1.
* examples: fix tx bursts so we only set EOB at the endJosh Blum2012-05-301-9/+5
|
* tx_bursts: set EOB on nsamps <= spbNick Foster2012-03-161-1/+1
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-2/+2
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-031-6/+8
|
* tx_bursts: minor changeNick Foster2011-05-271-1/+1
|
* tx_bursts: optional repeatNick Foster2011-05-271-3/+5
|
* minor change to tx_burstsNick Foster2011-05-261-1/+1
|
* add gain to tx burst appNick Foster2011-05-261-0/+6
|
* added tx_bursts MIMO burst transmit testNick Foster2011-05-261-0/+154