summaryrefslogtreecommitdiff
path: root/gr-uhd/apps
Commit message (Collapse)AuthorAgeFilesLines
* gr-uhd: uhd_fft and uhd_siggen_base.py now use subdev names instead of ↵Nicholas Corgan2012-04-232-6/+6
| | | | dboard id's
* gr-uhd: uhd_rx_cfile outputs USRP configuration instead of args if user has ↵Nicholas Corgan2012-04-161-1/+21
| | | | that feature enabled
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1316-149/+149
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-04-052-15/+28
|\
| * gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵Nicholas Corgan2012-04-052-12/+26
| | | | | | | | serial
| * gr-uhd: minor aesthetic and consistency changesNicholas Corgan2012-04-052-5/+4
| |
* | Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan2012-04-047-8/+66
|\ \
| * | Move uhd_siggen_base python file into gnuradio.uhd space.Tom Rondeau2012-04-023-3/+3
| | |
| * | fixes to uhd_siggen with base class.Tom Rondeau2012-04-022-2/+2
| | |
| * | build: removed .py extensions from uhd and shd installed Python programs.Tom Rondeau2012-04-027-7/+65
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-04-043-7/+51
|\ \ \ | |/ / |/| / | |/
| * gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan2012-04-043-7/+51
| | | | | | | | user's UHD version and USRP configuration
* | uhd: updated uhd programs to use stream_args concept from command line for ↵Marcus Leech2012-02-202-9/+7
| | | | | | | | more than just setting the scalar.
* | Merge branch 'master' into nextTom Rondeau2012-02-011-9/+16
|\|
| * Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2012-02-014-7/+57
| |\
| * | uhd: fix for uhd_fft to work with basicRx d'board.Marcus Leech2012-02-011-9/+16
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-01-274-7/+57
|\ \ \ | | |/ | |/|
| * | uhd: add async message print option to appsJohnathan Corgan2012-01-264-7/+57
| |/
* | Merge branch 'master' into nextJohnathan Corgan2011-12-202-53/+67
|\|
| * uhd: adds support for different over-the-wire data formats for UHD fft and ↵Marcus Leech2011-12-172-53/+67
| | | | | | | | siggen apps.
* | Merge branch 'master' into nextTom Rondeau2011-12-143-24/+24
|\|
| * uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau2011-12-143-24/+24
| | | | | | | | properly (patch from Sam Bretheim).
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-086-115/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* uhd: patch from Marcus Leech to add FFT update rate and averating on/off to ↵Tom Rondeau2011-11-261-2/+9
| | | | command line options of uhd_fft.py.
* uhd: change examples to use new stream apiJosh Blum2011-11-074-15/+5
|
* Use start()/stop() to get midpoint of uhd rangesJason Abele2011-11-071-2/+2
|
* Set subdev spec after creating uhd source, before threads startJason Abele2011-11-071-4/+4
| | | | Allows for more graceful exit when invalid subdev spec is used
* Fix initial gain setting for uhd_siggen[_gui].pyJason Abele2011-11-071-0/+4
|
* examples: making both autotools and cmake install all the same examples.Tom Rondeau2011-10-241-1/+1
|
* uhd: fixing uhd apps to take a subdev spec; also changing to more general ↵Tom Rondeau2011-10-214-20/+50
| | | | uhd parameter of 'args' instead of 'address' which defaults to the first uhd dev found.
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-3/+3
|
* gr: updated cmakelists after merge for additional filesJosh Blum2011-10-081-5/+63
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-0823-32/+4583
|\
| * uhd: adding uhd_rx_nogui app to uhd apps directory.Tom Rondeau2011-10-072-1/+235
| |
| * uhd: added UHD versions of siggen and siggen_gui.Tom Rondeau2011-10-073-3/+672
| |
| * uhd: improved uhd_fft; fixed panel names and some minor behavior issues.Tom Rondeau2011-10-071-29/+29
| |
| * uhd: fixing copyright and M4 files for HF apps.Tom Rondeau2011-10-038-7/+125
| |
| * uhd: fixing hf_explorer to take the UHD address as an option.Tom Rondeau2011-10-031-1/+2
| |
| * uhd: again, just the basics of getting hf_radio to work with UHD (and the ↵Tom Rondeau2011-10-035-149/+167
| | | | | | | | 'new' top_block/hier_block2 structure)
| * UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵Tom Rondeau2011-10-0318-0/+3511
| | | | | | | | minimum possible work to convert HF Explorer to use UHD.
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+26
|/
* gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵Tom Rondeau2011-05-172-7/+8
| | | | specified; proper name for tune result.
* gr-uhd: fixed apps Makefile for distribution.Tom Rondeau2011-05-101-0/+3
|
* gr-uhd: adding gitignore file to uhd apps dir.Tom Rondeau2011-05-101-0/+3
|
* gr-uhd: Makefile.am for UHD apps.Tom Rondeau2011-05-101-0/+29
|
* gr-uhd: UHD version of usrpx_rx_cfile.py.Tom Rondeau2011-05-101-0/+148
|
* gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau2011-05-101-3/+1
|
* gr-uhd: adding uhd_fft.py appTom Rondeau2011-05-101-0/+269