diff options
author | Tom Rondeau | 2012-02-15 22:45:08 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-02-15 22:45:08 -0500 |
commit | c051c0f0ca8def9a58377f167eb11b78c5e9cd12 (patch) | |
tree | 47308ff1cc15393358f9e046717e1c9fc412a0ab /gr-digital/examples | |
parent | 37021a4c1393026de88725565ba23ebd6d0cc4d9 (diff) | |
parent | d545481772f9576439d3c0c3be20de7a9990811f (diff) | |
download | gnuradio-c051c0f0ca8def9a58377f167eb11b78c5e9cd12.tar.gz gnuradio-c051c0f0ca8def9a58377f167eb11b78c5e9cd12.tar.bz2 gnuradio-c051c0f0ca8def9a58377f167eb11b78c5e9cd12.zip |
Merge branch 'master' into next
Diffstat (limited to 'gr-digital/examples')
-rw-r--r-- | gr-digital/examples/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gr-digital/examples/CMakeLists.txt b/gr-digital/examples/CMakeLists.txt index 7b94f745c..5c652fc83 100644 --- a/gr-digital/examples/CMakeLists.txt +++ b/gr-digital/examples/CMakeLists.txt @@ -44,3 +44,17 @@ GR_PYTHON_INSTALL(PROGRAMS DESTINATION ${GR_PKG_DATA_DIR}/examples/digital/narrowband COMPONENT "digital_python" ) + +GR_PYTHON_INSTALL(PROGRAMS + ofdm/benchmark_add_channel.py + ofdm/benchmark_rx.py + ofdm/benchmark_tx.py + ofdm/gr_plot_ofdm.py + ofdm/ofdm_mod_demod_test.py + ofdm/receive_path.py + ofdm/transmit_path.py + ofdm/tunnel.py + ofdm/uhd_interface.py + DESTINATION ${GR_PKG_DATA_DIR}/examples/digital/ofdm + COMPONENT "digital_python" +) |