Added window option to wxgui fft and waterfall sink.
authorJosh Blum <josh@joshknows.com>
Wed, 28 Oct 2009 23:17:24 +0000 (16:17 -0700)
committerJosh Blum <josh@joshknows.com>
Wed, 28 Oct 2009 23:17:24 +0000 (16:17 -0700)
commit230e062e51d43f389520207cf147838c666a1f21
treea8808807a56be99bdb9f926370c807725169e63d
parent0f688d959441909ec0c1c89ae279d670b2e3f6b2
Added window option to wxgui fft and waterfall sink.
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.
gnuradio-core/src/python/gnuradio/blks2impl/logpwrfft.py
gnuradio-core/src/python/gnuradio/window.py
gr-wxgui/src/python/fftsink_gl.py
gr-wxgui/src/python/fftsink_nongl.py
gr-wxgui/src/python/waterfallsink_gl.py
grc/blocks/wxgui_fftsink2.xml
grc/blocks/wxgui_numbersink2.xml
grc/blocks/wxgui_waterfallsink2.xml