summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/usrp2_rx_cfile.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan2011-07-031-144/+0
| | | | One step (of many) to convert GNU Radio to use new Ettus Research UHD driver.
* Merged r10383:10390 from jcorgan/u2-wip into trunk.jcorgan2009-02-041-1/+7
| | | | | | | | | | | | | | | | | | | * Implements daughterboard independent LO offset tuning * Removes RFX specific LO offset code * Adds 'set_lo_offset' to libusrp2 and Python API * Adds --lo-offset to usrp2_fft.py and usrp2_rx_cfile.py * Ensures daughterboards are reset to default values at startup. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10392 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated usrp2_rx_cfile.py and usrp2_siggen.py to use updated gr-usrp2jcorgan2008-10-261-9/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9858 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds usrp2_siggen.py to gr-utils, missed copyright noticesjcorgan2008-09-231-0/+20
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9642 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵jcorgan2008-09-081-0/+119
gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9528 221aa14e-8319-0410-a670-987f0aec2ac5