diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-03-01 11:27:46 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-03-01 11:27:46 -0500 |
commit | 088ca3e5ff1ea0c28bbc2f674382137d8b84fe51 (patch) | |
tree | f622c7fe56903b1fef5c46a0a763b88d291f028d /docs | |
parent | e115a781c218c7dd48a26e7d231b58fe6f160f02 (diff) | |
parent | 8f8b651fbec99dcdc437f5445974692f7fa09142 (diff) |
Merge branch 'maint'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 2 | ||||
-rw-r--r-- | docs/doxygen/other/pfb_intro.dox | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 1185abdc9e..c8f1406a49 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -696,7 +696,7 @@ EXCLUDE_SYMBOLS = ad9862 \ # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +EXAMPLE_PATH = @abs_top_srcdir@ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff --git a/docs/doxygen/other/pfb_intro.dox b/docs/doxygen/other/pfb_intro.dox index 8b82d96d7a..4224aec355 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 + */ |