aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/rx_ascii_art_dft.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-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 respectivelyMoritz Fischer2012-10-261-4/+5
| | | | instead of 0 and 1.
* uhd: updated ref sensor checks for new option namesJosh Blum2011-11-101-2/+2
|
* uhd: modify examples to use new time/clock source APIJosh Blum2011-11-071-13/+2
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-2/+2
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-031-4/+6
|
* Updates to example appsJason Abele2011-09-211-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_dftJosh Blum2011-04-251-12/+41
|
* uhd: replaced sdev and single usrp in examples with usrp and multi usrpJosh Blum2011-01-311-16/+16
|
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-3/+3
| | | | double, simplifies life
* created ascii art dft plotter in uhdJosh Blum2010-10-251-0/+143