summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/usrp2_fft.py
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removing old USRP util files that have been replaced in gr-uhd/apps.Tom Rondeau2011-10-071-273/+0
|
* fixed issue 387: removed uses of win.set for wx sinksJosh Blum2010-01-101-2/+2
|
* set fft-size from command line, default to 12 divs verticalmatt2009-01-311-2/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10354 221aa14e-8319-0410-a670-987f0aec2ac5
* Revert erroneous change to usrp2_fft.pyjcorgan2008-10-271-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9864 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds usrp2 example directory, WFM receiver. Default audio rate works out to ↵jcorgan2008-10-271-1/+1
| | | | | | 32015 Hz, which is close enough, but for ALSA, you can use -O plughw:0,0 to get rid of the warning message. A resampler would be ideal. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9863 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix gain slider for configurations that have no gain controljcorgan2008-10-271-5/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9862 221aa14e-8319-0410-a670-987f0aec2ac5
* Update usrp2_fft.py to use updated gr-usrp2. Display is correct now, ↵jcorgan2008-10-261-20/+18
| | | | | | however, attempting to change parameters via the controls still isn't working. But this has been isolated to a libusrp2 issue, not a usrp2_fft.py issue. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9859 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵jcorgan2008-09-081-0/+268
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