summaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into usrp_eJosh Blum2010-09-246-27/+27
|\ | | | | | | | | Conflicts: host/CMakeLists.txt
| * usrp: modified pps input tester to use double with real value for secondsJosh Blum2010-09-231-5/+5
| |
| * uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-206-22/+22
| |
* | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-093-6/+218
|\ \
| * | Merge branch 'master' into usrp_eJosh Blum2010-09-093-6/+218
| |\| | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| | * usrp: test for async messages, also renamed pps testJosh Blum2010-09-093-6/+218
| | |
* | | Restore tx and rx timed smaple programs to the versions in master. They use ↵Philip Balister2010-09-092-9/+6
|/ / | | | | | | floating point.
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-093-4/+105
|\|
| * uhd: sine table for tx waveformsJosh Blum2010-08-311-4/+15
| |
| * Created pps_test example and docsJason Abele2010-08-272-0/+90
| |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-231-30/+59
|\|
| * uhd: removed msvc warnings and errors (no M_PI)Josh Blum2010-08-201-3/+4
| |
| * uhd: tx waveform generates on the fly nowJosh Blum2010-08-201-54/+57
| |
| * uhd: tx waveform change how error is measuredJosh Blum2010-08-201-2/+3
| |
| * uhd: work on tx waveforms to make it more accurateJosh Blum2010-08-191-19/+43
| |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-08-194-115/+151
|\| | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| * uhd: replaced tx continuous app with tx waveform app (siggen example app)Josh Blum2010-08-193-114/+148
| |
* | Add gain command line parameter.Philip Balister2010-08-191-1/+3
| |
* | Add gain setting to tx_timed_samples program.Philip Balister2010-08-191-0/+1
| |
* | Add get setting to the rx_to_file program.Philip Balister2010-08-191-0/+4
| |
* | Add program to transmit samples from a file.Philip Balister2010-08-192-0/+128
| |
* | Build rx_to_file example.Philip Balister2010-08-181-0/+3
| |
* | Merging my work back to usrp_e branch.Philip Balister2010-08-171-0/+138
| |
* | usrp-e: misc code tweaksJosh Blum2010-08-171-1/+1
| |
* | usrp-e: merged master, does not buildJosh Blum2010-08-104-4/+120
|\|
| * uhd: made tx continuous samples example appJosh Blum2010-07-282-0/+115
| |
| * Merge branch 'tx_report'Josh Blum2010-07-261-1/+1
| |\ | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| | * uhd: added async recv message call to device apiJosh Blum2010-07-201-1/+1
| | | | | | | | | | | | | | | | | | implemented in usrp2 io impl added async metadata type
| * | uhd: removed remaining template stuff from vrt packet handler, also tweaked ↵Josh Blum2010-07-261-3/+4
| |/ | | | | | | format in rx timed samples
* / Convert basic test programs to use shorts in the GPP to avoid usingPhilip Balister2010-07-142-6/+6
|/ | | | short to float code in uhd.
* uhd: benchmark app, stop if left running initiallyJosh Blum2010-07-131-0/+1
|
* uhd: switch statements to handle error code, default md to error code noneJosh Blum2010-07-122-10/+27
|
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-10/+10
| | | | usrp2: print rev number in mboard name
* uhd: benchmark app, overruns are ok to getJosh Blum2010-07-091-1/+1
|
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-092-4/+10
| | | | vrt packet handler fills in error codes and inspects non-data packet
* uhd: added dilv option for timed examples, also made tx timed example fragmentJosh Blum2010-07-072-15/+30
|
* uhd: added single rate option to benchmark exampleJosh Blum2010-07-071-4/+13
|
* uhd: removed some errors and warnings under macosx gcc buildJosh Blum2010-07-061-1/+3
|
* uhd: replaced old send and recv with inline wrappers that take a single ↵Josh Blum2010-07-053-5/+5
| | | | buffer and look more like the vectored send/recv
* uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string ↵Josh Blum2010-07-053-3/+3
| | | | for simple and mimo usrp
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵Josh Blum2010-06-243-19/+10
| | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second.
* uhd: created benchmark rx example appJosh Blum2010-06-243-4/+162
| | | | Made mods to time spec to support math operators.
* uhd: working windows implementation of thread priority setting, added called ↵Josh Blum2010-06-162-0/+6
| | | | to example apps
* Added timeout error message to timed samples example.Josh Blum2010-05-241-0/+4
| | | | Added try catch to recv helper because vrt unpack can throw.
* tweaks to remove warning is msvcJosh Blum2010-05-181-1/+1
|
* Added tx timed samples example.Josh Blum2010-05-183-5/+104
| | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet.
* Created args string contructor for device address.Josh Blum2010-04-201-5/+4
| | | | | Using the args string for the find devices app. Added documentation to simple usrp.
* converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-2/+2
|
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-1/+3
| | | | removed the dict structure for each, we are just going to have one.
* paradigm shift for the dsp abstractionJosh Blum2010-04-051-1/+1
|