Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Add keyboard controls to rx_ascii_art_dft | Rakesh Peter | 2018-12-17 | 1 | -3/+116 |
| | | | | | | | | | - Add keyboard controls for sample rate, gain, analog bandwidth, frequency, as well as the display's dynamic range, reference level, and frame rate. - The current values for these properties, as well as the keys to control them, are displayed in a small window at the top of the display. This control window can be toggled by pressing 'c' | ||||
* | examples: Remove use of boost::posix_time from rx_ascii_art_dft | Martin Braun | 2018-05-09 | 1 | -3/+8 |
| | |||||
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -2/+3 |
| | | | | Replace with std::this_thread::sleep_for(). | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Examples: Fix ascii typos | natetemple | 2017-05-20 | 1 | -3/+3 |
| | |||||
* | examples: Show set_rx_bandwidth units properly in MHz in all examples | Rajib Bhattacharjea | 2015-02-09 | 1 | -2/+2 |
| | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
* | host/examples: rm'ed refs to d'boards, IF freq. | Marcus Müller | 2014-12-12 | 1 | -4/+4 |
| | | | | | To reflect a reality where some USRPs don't have daughterboards, and set_xx_bandwidth doesn't necessarily set an /IF/ bandwidth. | ||||
* | Fixing help text for --ref argument in some examples. Reported by Marcus | Ben Hilburn | 2014-06-30 | 1 | -1/+1 |
| | | | | Mueller. | ||||
* | Pushing the bulk of UHD-3.7.0 code. | Ben Hilburn | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 1 | -2/+5 |
| | | | | | | | * 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 | ||||
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -2/+2 |
| | | | | | | | * 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 respectively | Moritz Fischer | 2012-10-26 | 1 | -4/+5 |
| | | | | instead of 0 and 1. | ||||
* | uhd: updated ref sensor checks for new option names | Josh Blum | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | uhd: modify examples to use new time/clock source API | Josh Blum | 2011-11-07 | 1 | -13/+2 |
| | |||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | uhd: updated examples to use new streamer interface | Josh Blum | 2011-11-03 | 1 | -4/+6 |
| | |||||
* | Updates to example apps | Jason Abele | 2011-09-21 | 1 | -2/+37 |
| | | | | | | Add --ref option to specify mboard clock reference source Add check for lock to mboard clock reference (where applicable) Add check of daughterboard LO lock detect (where applicable) | ||||
* | uhd: added more hw params to rx_ascii_art_dft | Josh Blum | 2011-04-25 | 1 | -12/+41 |
| | |||||
* | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -16/+16 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -3/+3 |
| | | | | double, simplifies life | ||||
* | created ascii art dft plotter in uhd | Josh Blum | 2010-10-25 | 1 | -0/+143 |