aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Expand)AuthorAgeFilesLines
...
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-262-3/+2
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-264-12/+12
* Remove proto-RFNoC filesMartin Braun2019-11-264-14/+5
* rfnoc: examples: Porting examples to new RFNoCBrent Stapleton2019-11-263-206/+203
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-263-19/+1
* cmake: Bump dependency versions for UHD 4.0.0.0Martin Braun2019-11-261-2/+2
* Examples: wrap up ref setting with option checknatetemple2019-11-247-10/+24
* Examples: Set refs in RFNoC examplesnatetemple2019-11-242-4/+24
* Examples: tx_bursts add subdev, ref, lo-offset, bw optionsnatetemple2019-11-221-8/+41
* examples: test_pps_input: Also test for ref_locked on E31xMartin Braun2019-11-211-9/+26
* examples: remove thread priority elevationCiro Nishiguchi2019-10-2226-62/+0
* cmake: Use new UHDBoost.cmake in init_usrp and toolsMichael Dickens2019-10-151-38/+22
* examples: Add mode to remove latency of RX samples in latency_testAlex Williams2019-10-071-3/+16
* examples: Add replay example to CMakeMartin Braun2019-09-202-2/+3
* examples: bmark_rate: fixup INIT_DELAYBrent Stapleton2019-09-041-3/+6
* python: Fixup bmark_rate printed statisticsBrent Stapleton2019-08-211-3/+3
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-083-3/+3
* examples: tx_samples_c: Fix memory leakMoritz Fischer2019-02-151-2/+5
* examples: benchmark_rate: Remove dead store to is_lockedMoritz Fischer2019-02-151-1/+0
* examples: Fix boundary condition in ascii_art_dft plottingMartin Braun2019-01-211-1/+1
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-1630-3081/+3517
* ascii_art_dft: move example within include guardBrent Stapleton2019-01-161-2/+1
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-1627-0/+54
* examples: Improved error message in tx_waveformsDerek Kozel2019-01-141-2/+6
* Examples: Add lo-offset to tx_waveformsnatetemple2019-01-101-2/+6
* Examples: update lo-offset naming in tx from filenatetemple2019-01-101-4/+7
* Examples: Add LO Offset to rx_samples_to_filenatetemple2019-01-101-2/+6
* examples: change boost to std for time commandsmguyler-ni2019-01-081-40/+58
* examples: optimize tx_waveforms memory allocationsBrent Stapleton2019-01-031-5/+10
* examples: formatting in tx_waveformsBrent Stapleton2019-01-031-2/+8
* examples: optimize benchmark_rate start timeBrent Stapleton2019-01-031-3/+3
* uhd: Add benchmark_streamer support for multi-channel streamerCiro Nishiguchi2018-12-171-275/+478
* examples: Add keyboard controls to rx_ascii_art_dftRakesh Peter2018-12-171-3/+116
* examples: rfnoc_radio_loopback: Clean up exampleMartin Braun2018-12-031-15/+11
* rfnoc: Add halt to replay APIWade Fife2018-11-271-1/+5
* RFNoC: Fix replay example port argsWade Fife2018-11-271-3/+3
* uhd: fix rx antenna not being applied in txrx exampleMark Meserve2018-11-161-2/+3
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-144-65/+65
* uhd: Changes to traffic counter register namesCiro Nishiguchi2018-10-311-66/+54
* uhd: Add dual measurements to benchmark_streamerCiro Nishiguchi2018-10-181-113/+314
* utils: fix bmark_rate MIMO synchronizationBrent Stapleton2018-10-121-9/+10
* uhd: Add benchmark_streamer exampleCiro Nishiguchi2018-10-112-0/+498
* examples: add rfnoc_radio_loopbackTrung Tran2018-09-142-0/+214
* python: Fix duration of benchmark rateBrent Stapleton2018-09-121-1/+1
* Examples: Fix channel argument for rx_samples_to_fileMichael West2018-08-291-18/+18
* RFNoC: Add Replay API and exampleWade Fife2018-08-291-0/+367
* uhd: Remove usage of time_t (except when required)Martin Braun2018-08-203-7/+7
* rfnoc: examples: Removed some legacy code patterns from RFNoC examplesMartin Braun2018-08-022-34/+45
* UHD: Added RFNoC examplesMartin Braun2018-06-223-0/+830
* python: Adding Python API benchmark rateBrent Stapleton2018-06-202-0/+482