Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |