aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/tx_waveforms.cpp
Commit message (Expand)AuthorAgeFilesLines
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-4/+4
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+0
* examples: tx_waveforms was always checking lo_lock on channel 0, regardless o...Martin Braun2016-08-111-5/+7
* examples: added options for specifying number of samples to transmitPaul David2016-04-041-4/+14
* UHD: Add pps source option to tx_waveforms examplemichael-west2015-09-011-11/+30
* Merge branch 'maint'Martin Braun2015-07-141-8/+18
|\
| * examples: Improved tx_waveform multi-channel syncMartin Braun2015-07-141-8/+18
* | Merge branch 'maint'Martin Braun2014-12-151-4/+4
|\|
| * host/examples: rm'ed refs to d'boards, IF freq.Marcus Müller2014-12-121-4/+4
* | examples: Whitespace and other cleanupMartin Braun2014-10-281-48/+1
|/
* examples: Minor change to tx_waveforms example.Moritz Fischer2014-10-071-3/+3
* 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/+5
* examples: changed examples that force usage of all channels to allow user to ...Nicholas Corgan2013-08-261-12/+27
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-1/+1
* uhd: added setup sleep to tx waveformsJosh Blum2012-03-231-1/+4
* uhd: add over-the-wire option to tx waveformsJosh Blum2012-02-121-2/+3
* uhd: typo fix in tx waveforms optionsJosh Blum2012-01-031-1/+1
* uhd: simplification for tx waveformsJosh Blum2011-11-111-5/+3
* uhd: updated ref sensor checks for new option namesJosh Blum2011-11-101-2/+2
* uhd: performance improvement for tx waveforms using integer table lookupJosh Blum2011-11-101-8/+7
* uhd: modify examples to use new time/clock source APIJosh Blum2011-11-071-13/+2
* uhd: performance speed up for tx waveforms, no iterative libmath per sampleJosh Blum2011-11-061-2/+3
* 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-9/+9
* uhd: specify range on tx_waveforms --amplJosh Blum2011-10-101-1/+1
* Updates to example appsJason Abele2011-09-211-1/+37
* uhd: many tweaks for tx_waveforms including performanceJosh Blum2011-06-071-59/+64
* tx_waveforms: don't have to set time_spec for every pkt in the streamNick Foster2011-05-261-2/+2
* tx_waveform: no SOB for continuous streamingNick Foster2011-05-261-3/+1
* UHD: make tx_waveforms MIMO-capableNick Foster2011-05-261-27/+47
* uhd: added missing set_tx_antenna() in tx waveformsJosh Blum2011-03-151-0/+3
* uhd: added continuous streaming and new options to tx_waveformsJosh Blum2011-03-111-19/+47
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-1/+1
* uhd: replaced sdev and single usrp in examples with usrp and multi usrpJosh Blum2011-01-311-16/+15
* uhd: use doubles as the theta when calculating the sine tableJosh Blum2011-01-211-2/+2
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
* uhd: replace all the instances of float not pertaining to io types with doubl...Josh Blum2011-01-111-3/+3
* uhd: removed SOB always from tx examples,Josh Blum2010-12-301-1/+1
* uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-201-3/+3
* uhd: sine table for tx waveformsJosh Blum2010-08-311-4/+15
* uhd: removed msvc warnings and errors (no M_PI)Josh Blum2010-08-201-3/+4
* uhd: tx waveform generates on the fly nowJosh Blum2010-08-201-54/+57
* uhd: tx waveform change how error is measuredJosh Blum2010-08-201-2/+3
* uhd: work on tx waveforms to make it more accurateJosh Blum2010-08-191-19/+43
* uhd: replaced tx continuous app with tx waveform app (siggen example app)Josh Blum2010-08-191-0/+144