summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/plotter/waterfall_plotter.py
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: changed wxgui directory to be more 3.7-like (src/python -> python).Tom Rondeau2013-02-111-294/+0
|
* docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-141-11/+27
|
* wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵Marcus Leech2012-05-211-0/+8
| | | | value on either the FFT or waterfall display.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-1/+1
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Use numpy to do color table lookup.Josh Blum2010-01-061-9/+8
| | | | | | You can index a numpy array with another numpy array to get an array of looked-up values. I did not know that numpy could do that!
* bug fix for waterfall plotter,Josh Blum2009-12-261-5/+9
| | | | it seems that numpy choose changed
* Fix so that the waterfall texture is initialized with a buffer of the same size.Josh Blum2009-09-021-1/+1
| | | | | If the fft size was a non power of two, the buffer would be a different size. This would cause a segfault. Particularly because fft_window was throwing out a bin.
* Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan2009-03-201-61/+46
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
* Replaced """! with """. Exclamation mark showed in doxygen docs. jblum2008-09-101-11/+11
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
* replaced semaphore with primitive lock, adjusted drawing boundsjblum2008-09-021-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9482 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan2008-08-141-0/+282
versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5