diff options
author | Tom Rondeau | 2012-03-01 11:28:04 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-03-01 11:28:04 -0500 |
commit | bc5494fc83721b22b5c6a94e1300e112d6269313 (patch) | |
tree | 9262d65947b7bb8847ee6796bfe16d6cf6e6b90b /docs/doxygen/other | |
parent | 0f73b0991f4da55b118b4029e2e53fde64580caa (diff) | |
parent | 088ca3e5ff1ea0c28bbc2f674382137d8b84fe51 (diff) | |
download | gnuradio-bc5494fc83721b22b5c6a94e1300e112d6269313.tar.gz gnuradio-bc5494fc83721b22b5c6a94e1300e112d6269313.tar.bz2 gnuradio-bc5494fc83721b22b5c6a94e1300e112d6269313.zip |
Merge branch 'master' into next
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/pfb_intro.dox | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/doxygen/other/pfb_intro.dox b/docs/doxygen/other/pfb_intro.dox index 8b82d96d7..4224aec35 100644 --- a/docs/doxygen/other/pfb_intro.dox +++ b/docs/doxygen/other/pfb_intro.dox @@ -79,4 +79,18 @@ examples (<b>gr-uhd/examples</b>) use this ability to create a received matched filter or channel filter that also resamples the signal. +\section Examples + +The following is an example of the using the channelizer. It creates +the appropriate filter to channelizer 9 channels out of an original +signal that is 9000 Hz wide, so each output channel is now 1000 +Hz. The code then plots the PSD of the original signal to see the +signals in the origina spectrum and then makes 9 plots for each of the +channels. + +NOTE: you need the Scipy and Matplotlib Python modules installed to +run this example. + +\include gnuradio-examples/python/pfb/channelize.py + */ |