aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* tx_bursts: set EOB on nsamps <= spbNick Foster2012-03-161-1/+1
|
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-2/+2
|
* uhd: add over-the-wire option to tx waveformsJosh Blum2012-02-121-2/+3
|
* uhd: various tweaks for compiler warns and valgrindJosh Blum2012-02-091-1/+2
|
* dsp rework: added otw mode for benchmark appJosh Blum2012-02-031-6/+9
|
* uhd: patch to support PKG_LIB_DIR per debian fs standardsJosh Blum2012-01-131-2/+2
| | | | | | uhd binaries will continue to install into share/uhd, however, one can specify -DPKG_LIB_DIR=lib/uhd for example to move where the binaries are installed
* uhd: typo fix in tx waveforms optionsJosh Blum2012-01-031-1/+1
|
* usrp2: added bind option to the relayJosh Blum2011-12-201-7/+9
|
* usrp2: more work on relay app and sequence error detectionJosh Blum2011-12-201-14/+45
|
* usrp2: created network relay example appJosh Blum2011-12-202-0/+195
|
* uhd: added wireformat to samples to fileJosh Blum2011-12-091-5/+7
|
* rx_samples_to_file is not streaming the correct nsampsJason Abele2011-11-281-15/+24
| | | | | "innovations" in rx_streamer cause it to clear stream commands move stream command to be issued after rx_streamer is created
* uhd: simplification for tx waveformsJosh Blum2011-11-111-5/+3
|
* uhd: updated ref sensor checks for new option namesJosh Blum2011-11-105-10/+10
|
* uhd: performance improvement for tx waveforms using integer table lookupJosh Blum2011-11-101-8/+7
|
* uhd: modify examples to use new time/clock source APIJosh Blum2011-11-076-69/+13
|
* uhd: performance speed up for tx waveforms, no iterative libmath per sampleJosh Blum2011-11-061-2/+3
|
* uhd: fixed 8sc item32 converter on head/tail casesJosh Blum2011-11-031-1/+1
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-0312-28/+28
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-0312-127/+128
|
* uhd: specify range on tx_waveforms --amplJosh Blum2011-10-101-1/+1
|
* uhd: help messages for user on rx samples to fileJosh Blum2011-10-082-2/+16
|
* Updates to example appsJason Abele2011-09-215-7/+198
| | | | | | 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: add mimo cable config option to rx_multi_samplesJosh Blum2011-09-061-2/+18
|
* uhd: tweak for tx_timed_samples to pad async msg timeoutJosh Blum2011-08-301-2/+2
|
* uhd: benchmark example will print help if no rate specifiedJosh Blum2011-07-081-1/+1
|
* uhd: added inline message testing to the messages exampleJosh Blum2011-07-032-15/+127
| | | | | | | Renamed the example to test_messages (not just async). Fixed bug in super recv packet handler related to messages. Basically, the sequence number for messages should be ignored. Fixed some quirks with usrp1 soft time control to get it work as well.
* usrp: created common code to demux an rx stream (b100, e100)Josh Blum2011-07-011-1/+1
|
* uhd: on e100, this benchmark control thread should also have prio so it can ↵Josh Blum2011-06-171-0/+1
| | | | spawn both
* e100: implemented spi, i2c, messages w/ peek/pokeJosh Blum2011-06-171-16/+20
| | | | | | | | spi and i2c are done w/ polling, but this is ok, the transactions always complete by the first check a gpio is used to wake up poll() and check for messages. messages are read using poke32, unpacked, and enqueued.
* uhd: more benchmark tweaks, removed old benchmark rxJosh Blum2011-06-153-175/+9
|
* uhd: added dropped samples calculation to rx testJosh Blum2011-06-151-1/+13
|
* uhd: created benchmark rate appJosh Blum2011-06-152-0/+223
|
* uhd: many tweaks for tx_waveforms including performanceJosh Blum2011-06-071-59/+64
|
* uhd: just send a mini EOB packet for tx timed samplesaJosh Blum2011-06-031-3/+7
|
* tx_bursts: minor changeNick Foster2011-05-271-1/+1
|
* tx_bursts: optional repeatNick Foster2011-05-271-3/+5
|
* minor change to tx_burstsNick Foster2011-05-261-1/+1
|
* add gain to tx burst appNick Foster2011-05-261-0/+6
|
* added tx_bursts MIMO burst transmit testNick Foster2011-05-262-0/+155
|
* tx_waveforms: don't have to set time_spec for every pkt in the streamNick Foster2011-05-261-2/+2
|
* tx_timed_samples: fix so EOB isn't set on every pktNick Foster2011-05-261-1/+1
|
* tx_waveform: no SOB for continuous streamingNick Foster2011-05-261-3/+1
|
* UHD: make tx_waveforms MIMO-capableNick Foster2011-05-261-27/+47
|
* usrp2: turn on ups_per_sec to avoid timeout issues on low sample ratesJosh Blum2011-05-201-3/+0
|
* usrp-e100: add ability to set/get default master clock rate from EEPROMJosh Blum2011-05-011-8/+1
| | | | | | | | | Mboard eeprom map class can parse the setting (4 byte float). The clock control will try to set the eeprom rate if present, otherwise or under failure condition, it sets the default. Updated docs, example, and provided helpful verbose. I would prefer that users burn the desired rate to the eeprom (and they may too).
* uhd: make benchmark example take a rate, and give special warning for usrp1Josh Blum2011-04-291-17/+22
|
* uhd: added more hw params to rx_ascii_art_dftJosh Blum2011-04-251-12/+41
|
* uhd: setup cpack components for component based installersJosh Blum2011-03-211-2/+2
|
* uhd: added missing set_tx_antenna() in tx waveformsJosh Blum2011-03-151-0/+3
|