Merged r4671:4680 from jcorgan/est into trunk. Pulls in gr-wxgui updates for new...
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 2 Mar 2007 02:49:48 +0000 (02:49 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 2 Mar 2007 02:49:48 +0000 (02:49 +0000)
commit19a5b154cc5c2cd5f80bcd17d71241572ca7fbd6
tree291b2b5031144d07ea2368d22f077ce1d82fa9ea
parent005d44e0e9281152bde0923e3239772d67e4e730
Merged r4671:4680 from jcorgan/est into trunk.  Pulls in gr-wxgui updates for new hierarchical blocks and work-in-progress channel sounder example.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4681 221aa14e-8319-0410-a670-987f0aec2ac5
17 files changed:
config/grc_gnuradio_examples.m4
gnuradio-examples/python/hier/Makefile.am
gnuradio-examples/python/hier/networking/Makefile.am [new file with mode: 0644]
gnuradio-examples/python/hier/sounder/Makefile.am [new file with mode: 0644]
gnuradio-examples/python/hier/sounder/sounder_rx.py [new file with mode: 0644]
gnuradio-examples/python/hier/sounder/sounder_tx.py [new file with mode: 0644]
gnuradio-examples/python/hier/sounder/usrp_sink.py [new file with mode: 0644]
gnuradio-examples/python/hier/sounder/usrp_sounder_rx.py [new file with mode: 0755]
gnuradio-examples/python/hier/sounder/usrp_sounder_tx.py [new file with mode: 0755]
gnuradio-examples/python/hier/sounder/usrp_source.py [new file with mode: 0644]
gnuradio-examples/python/hier/usrp/Makefile.am [new file with mode: 0644]
gnuradio-examples/python/hier/usrp/usrp_fft.py [new file with mode: 0755]
gr-wxgui/src/python/Makefile.am
gr-wxgui/src/python/fftsink2.py [new file with mode: 0755]
gr-wxgui/src/python/scopesink2.py [new file with mode: 0755]
gr-wxgui/src/python/stdgui2.py [new file with mode: 0644]
gr-wxgui/src/python/waterfallsink2.py [new file with mode: 0755]