diff options
author | trondeau | 2009-06-17 04:32:16 +0000 |
---|---|---|
committer | trondeau | 2009-06-17 04:32:16 +0000 |
commit | 5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e (patch) | |
tree | 96d23d0b3b099062c2f618216b5d31622db45ef2 /gnuradio-examples/python/digital/Makefile.am | |
parent | bc0a3ff98377e41fa1e31d448d45b2b377b54cea (diff) | |
download | gnuradio-5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e.tar.gz gnuradio-5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e.tar.bz2 gnuradio-5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e.zip |
Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the digital examples for better visualization and understanding of the signals and performance.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11216 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital/Makefile.am')
-rw-r--r-- | gnuradio-examples/python/digital/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-examples/python/digital/Makefile.am b/gnuradio-examples/python/digital/Makefile.am index f89ce1a94..04457c6fc 100644 --- a/gnuradio-examples/python/digital/Makefile.am +++ b/gnuradio-examples/python/digital/Makefile.am @@ -35,6 +35,8 @@ dist_ourdata_SCRIPTS = \ benchmark_loopback.py \ benchmark_rx.py \ benchmark_tx.py \ + benchmark_qt_rx.py \ + benchmark_qt_loopback.py\ gen_whitener.py \ rx_voice.py \ run_length.py \ |