summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/fftsink_gl.py
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: changed wxgui directory to be more 3.7-like (src/python -> python).Tom Rondeau2013-02-111-204/+0
|
* grc: updating GRC exmaples for new component changes.Tom Rondeau2012-12-271-2/+3
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-2/+3
| | | | Also fixes up some other missing moves.
* analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-061-21/+22
| | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* core: fixing location of some components for the new hierarchy.Tom Rondeau2012-08-221-3/+3
| | | | ctest and digital examples working again.
* wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵Marcus Leech2012-05-211-0/+3
| | | | 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-2/+2
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Avoid divide by zero in persistence code when using default argsEric Blossom2010-09-121-0/+2
|
* gr-wxgui: Renamed "emulate analog" feature to "use persistence"Johnathan Corgan2010-05-131-7/+7
|
* Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into masterJohnathan Corgan2010-05-131-5/+32
|\ | | | | | | | | | | | | | | | | * nldudok1/gr-wxgui_emulate_analog: Add analog CRT screen afterglow emulation for gr-wxgui Conflicts: gr-wxgui/src/python/fftsink_gl.py gr-wxgui/src/python/fftsink_nongl.py
| * Add analog CRT screen afterglow emulation for gr-wxguiMartin Dudok van Heel2010-04-261-5/+32
| |
* | Merge branch 'flattopwindow' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-291-1/+4
|\ \ | |/ |/| | | | | | | | | | | | | Merge-fix: Remove debugging print Merge-fix: Update copyrights * 'flattopwindow' of http://gnuradio.org/git/jblum: Added window option to wxgui fft and waterfall sink. redid cos windows, added flattop and nuttall_cfd
| * Added window option to wxgui fft and waterfall sink.Josh Blum2009-10-281-0/+3
|/ | | | | | | Added rectangular window function to window.py. Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides). Fixed options in waterfall wrapper to model after fft and numbersink average params.
* setup special wxgui connect on sinks, needs testingJosh Blum2009-10-071-3/+2
|
* work on a special connect function that registers a callbackJosh Blum2009-10-061-2/+3
|
* Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, ↵jcorgan2009-04-191-2/+1
| | | | | | allowing multiple internal blocks to be connected to a hier_block2 external input. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10881 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan2009-03-201-10/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
* removed redundant prefjblum2008-09-221-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9638 221aa14e-8319-0410-a670-987f0aec2ac5
* Replaced """! with """. Exclamation mark showed in doxygen docs. jblum2008-09-101-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan2008-08-141-0/+172
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