diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-09-13 12:01:13 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-09-13 12:01:13 -0400 |
commit | 74f835a3168db5336d36e6c9651eb5d6a0d35ec4 (patch) | |
tree | da4f5ec19d09827b7e9dba821794711754b24c5d | |
parent | a3b31f7bdfb283419574e91c8c06f7e369733200 (diff) |
digital: moving more examples from gnuradio-examples to gr-digital and added examples to Makefile.am.
-rw-r--r-- | gnuradio-examples/python/digital/Makefile.am | 2 | ||||
-rw-r--r-- | gr-digital/examples/Makefile.am | 10 | ||||
-rwxr-xr-x | gr-digital/examples/gen_whitener.py (renamed from gnuradio-examples/python/digital/gen_whitener.py) | 0 | ||||
-rwxr-xr-x | gr-digital/examples/run_length.py (renamed from gnuradio-examples/python/digital/run_length.py) | 0 |
4 files changed, 8 insertions, 4 deletions
diff --git a/gnuradio-examples/python/digital/Makefile.am b/gnuradio-examples/python/digital/Makefile.am index e32180cd49..91f662dc78 100644 --- a/gnuradio-examples/python/digital/Makefile.am +++ b/gnuradio-examples/python/digital/Makefile.am @@ -41,8 +41,6 @@ dist_ourdata_SCRIPTS = \ benchmark_tx.py \ benchmark_qt_rx.py \ benchmark_qt_loopback.py\ - gen_whitener.py \ rx_voice.py \ - run_length.py \ tunnel.py \ tx_voice.py diff --git a/gr-digital/examples/Makefile.am b/gr-digital/examples/Makefile.am index ca36716fae..0643363c09 100644 --- a/gr-digital/examples/Makefile.am +++ b/gr-digital/examples/Makefile.am @@ -24,10 +24,16 @@ include $(top_srcdir)/Makefile.common ourdatadir = $(exampledir)/digital noinst_PYTHON = \ - example_fll.py + example_costas.py \ + example_fll.py \ + example_timing.py dist_ourdata_SCRIPTS = \ transmit_path.py \ - receive_path.py + receive_path.py \ + benchmark_tx.py \ + benchmark_rx.py \ + run_length.py \ + gen_whitener.py diff --git a/gnuradio-examples/python/digital/gen_whitener.py b/gr-digital/examples/gen_whitener.py index 9a81e4eaa3..9a81e4eaa3 100755 --- a/gnuradio-examples/python/digital/gen_whitener.py +++ b/gr-digital/examples/gen_whitener.py diff --git a/gnuradio-examples/python/digital/run_length.py b/gr-digital/examples/run_length.py index 5020655dbb..5020655dbb 100755 --- a/gnuradio-examples/python/digital/run_length.py +++ b/gr-digital/examples/run_length.py |