Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Minor change to tx_waveforms example. | Moritz Fischer | 2014-10-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Moritz Fischer <moritz@ettus.com> | ||||
* | 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 | ||||
* | examples: changed examples that force usage of all channels to allow user to ↵ | Nicholas Corgan | 2013-08-26 | 1 | -12/+27 |
| | | | | input which channels to use | ||||
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 1 | -1/+1 |
| | | | | instead of 0 and 1. | ||||
* | uhd: added setup sleep to tx waveforms | Josh Blum | 2012-03-23 | 1 | -1/+4 |
| | |||||
* | uhd: add over-the-wire option to tx waveforms | Josh Blum | 2012-02-12 | 1 | -2/+3 |
| | |||||
* | uhd: typo fix in tx waveforms options | Josh Blum | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | uhd: simplification for tx waveforms | Josh Blum | 2011-11-11 | 1 | -5/+3 |
| | |||||
* | uhd: updated ref sensor checks for new option names | Josh Blum | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | uhd: performance improvement for tx waveforms using integer table lookup | Josh Blum | 2011-11-10 | 1 | -8/+7 |
| | |||||
* | uhd: modify examples to use new time/clock source API | Josh Blum | 2011-11-07 | 1 | -13/+2 |
| | |||||
* | uhd: performance speed up for tx waveforms, no iterative libmath per sample | Josh Blum | 2011-11-06 | 1 | -2/+3 |
| | |||||
* | 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 | -9/+9 |
| | |||||
* | uhd: specify range on tx_waveforms --ampl | Josh Blum | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | Updates to example apps | Jason Abele | 2011-09-21 | 1 | -1/+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: many tweaks for tx_waveforms including performance | Josh Blum | 2011-06-07 | 1 | -59/+64 |
| | |||||
* | tx_waveforms: don't have to set time_spec for every pkt in the stream | Nick Foster | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | tx_waveform: no SOB for continuous streaming | Nick Foster | 2011-05-26 | 1 | -3/+1 |
| | |||||
* | UHD: make tx_waveforms MIMO-capable | Nick Foster | 2011-05-26 | 1 | -27/+47 |
| | |||||
* | uhd: added missing set_tx_antenna() in tx waveforms | Josh Blum | 2011-03-15 | 1 | -0/+3 |
| | |||||
* | uhd: added continuous streaming and new options to tx_waveforms | Josh Blum | 2011-03-11 | 1 | -19/+47 |
| | |||||
* | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 1 | -1/+1 |
| | | | | | | | | | Created new type ref_vector for representing a vector of pointers. Can be created from std::vector or a pointer. Removes the convenience constrcutors for send/recv, its not needed. Removes malloc/free overhead when using send/recv with pointer. | ||||
* | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -16/+15 |
| | |||||
* | uhd: use doubles as the theta when calculating the sine table | Josh Blum | 2011-01-21 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | uhd: removed SOB always from tx examples, | Josh Blum | 2010-12-30 | 1 | -1/+1 |
| | | | | use the multi usrp set unknown pps in the test app | ||||
* | uhd: added single usrp interface, added usrp1 properties to prop names | Josh Blum | 2010-09-20 | 1 | -3/+3 |
| | |||||
* | uhd: sine table for tx waveforms | Josh Blum | 2010-08-31 | 1 | -4/+15 |
| | |||||
* | uhd: removed msvc warnings and errors (no M_PI) | Josh Blum | 2010-08-20 | 1 | -3/+4 |
| | |||||
* | uhd: tx waveform generates on the fly now | Josh Blum | 2010-08-20 | 1 | -54/+57 |
| | |||||
* | uhd: tx waveform change how error is measured | Josh Blum | 2010-08-20 | 1 | -2/+3 |
| | |||||
* | uhd: work on tx waveforms to make it more accurate | Josh Blum | 2010-08-19 | 1 | -19/+43 |
| | |||||
* | uhd: replaced tx continuous app with tx waveform app (siggen example app) | Josh Blum | 2010-08-19 | 1 | -0/+144 |