diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-02-28 16:23:52 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-02-28 16:23:52 -0500 |
commit | 47d6864ea92cf10899d7beebf2cb15eb08c140f2 (patch) | |
tree | 1058261ae2efa549f64cf088c0fa9c36f877e69a /gnuradio-examples/python/pfb/CMakeLists.txt | |
parent | 3d3d3c05291aebb1ad90d22f9674546347cb96d6 (diff) |
examples: adding an example of using the channelizer and synthesize together to reconstruct a signal.
Diffstat (limited to 'gnuradio-examples/python/pfb/CMakeLists.txt')
-rw-r--r-- | gnuradio-examples/python/pfb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-examples/python/pfb/CMakeLists.txt b/gnuradio-examples/python/pfb/CMakeLists.txt index 55dbb16aca..88fdf2eadb 100644 --- a/gnuradio-examples/python/pfb/CMakeLists.txt +++ b/gnuradio-examples/python/pfb/CMakeLists.txt @@ -29,6 +29,7 @@ GR_PYTHON_INSTALL(PROGRAMS resampler.py synth_filter.py synth_to_chan.py + reconstruction.py DESTINATION ${GR_PKG_DATA_DIR}/examples/pfb COMPONENT "gnuradio_examples" ) |