Commit graph

31 commits

Author SHA1 Message Date
Josh Blum
d7a3534611 uhd: added setup sleep to tx waveforms 2012-03-23 14:36:56 -07:00
Josh Blum
4a27f6e4bd uhd: add over-the-wire option to tx waveforms 2012-02-12 14:38:35 -08:00
Josh Blum
1b2108274a uhd: typo fix in tx waveforms options 2012-01-03 11:22:42 -08:00
Josh Blum
74106084ed uhd: simplification for tx waveforms 2011-11-11 11:55:04 -08:00
Josh Blum
f152764e4b uhd: updated ref sensor checks for new option names 2011-11-10 10:27:54 -08:00
Josh Blum
c29adad91e uhd: performance improvement for tx waveforms using integer table lookup 2011-11-10 10:23:05 -08:00
Josh Blum
7c503ad1fa uhd: modify examples to use new time/clock source API 2011-11-07 14:34:40 -08:00
Josh Blum
f3afd2eb94 uhd: performance speed up for tx waveforms, no iterative libmath per sample 2011-11-06 14:53:52 -08:00
Josh Blum
fac15db5d7 uhd: renamed some of the stream types and functions 2011-11-03 20:37:11 -07:00
Josh Blum
a629bbe7e3 uhd: updated examples to use new streamer interface 2011-11-03 20:37:10 -07:00
Josh Blum
406ddc022c uhd: specify range on tx_waveforms --ampl 2011-10-10 17:48:46 -07:00
Jason Abele
539c9b5a55 Updates to example apps
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)
2011-09-21 16:03:46 -07:00
Josh Blum
72de17aaf6 uhd: many tweaks for tx_waveforms including performance 2011-06-07 10:05:31 -07:00
Nick Foster
2374f70826 tx_waveforms: don't have to set time_spec for every pkt in the stream 2011-05-26 14:08:16 -07:00
Nick Foster
5208cc8b60 tx_waveform: no SOB for continuous streaming 2011-05-26 13:48:25 -07:00
Nick Foster
c90282da8e UHD: make tx_waveforms MIMO-capable 2011-05-26 13:09:37 -07:00
Josh Blum
232a398f9d uhd: added missing set_tx_antenna() in tx waveforms 2011-03-15 12:30:20 -07:00
Josh Blum
9b2ae7e077 uhd: added continuous streaming and new options to tx_waveforms 2011-03-11 12:17:46 -08:00
Josh Blum
fb7e8a09a5 uhd: replaced std::vector<type> for buffer arguments in send/recv
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.
2011-02-09 19:01:28 -08:00
Josh Blum
67bba00825 uhd: replaced sdev and single usrp in examples with usrp and multi usrp 2011-01-31 18:01:27 -08:00
Josh Blum
b94d4776cc uhd: use doubles as the theta when calculating the sine table 2011-01-21 10:38:27 -08:00
Josh Blum
261bb80d73 uhd: update copyright dates on host code 2011-01-13 16:22:07 -08:00
Josh Blum
395bbbbc11 uhd: replace all the instances of float not pertaining to io types with double, simplifies life 2011-01-11 19:46:45 -08:00
Josh Blum
7b0b2924d5 uhd: removed SOB always from tx examples,
use the multi usrp set unknown pps in the test app
2010-12-30 17:26:58 -08:00
Josh Blum
1625bcb413 uhd: added single usrp interface, added usrp1 properties to prop names 2010-09-20 16:59:44 -07:00
Josh Blum
02e339cc50 uhd: sine table for tx waveforms 2010-08-31 12:17:48 -07:00
Josh Blum
8673ee7235 uhd: removed msvc warnings and errors (no M_PI) 2010-08-20 16:19:41 -07:00
Josh Blum
6798b4f8d7 uhd: tx waveform generates on the fly now 2010-08-20 15:35:25 -07:00
Josh Blum
605483a2cf uhd: tx waveform change how error is measured 2010-08-20 10:04:02 -07:00
Josh Blum
eec4cd82ff uhd: work on tx waveforms to make it more accurate 2010-08-19 19:44:01 -07:00
Josh Blum
b84f2da152 uhd: replaced tx continuous app with tx waveform app (siggen example app) 2010-08-19 13:33:31 -07:00