diff options
author | Johnathan Corgan | 2012-06-20 07:36:40 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-06-20 07:36:40 -0700 |
commit | 446494ea3bb021cb0b423c13bde2689c5046fe39 (patch) | |
tree | d07794c79e49b71c89266e2de74fee2308b41b21 /gr-filter/doc/filter.dox | |
parent | d4843d2c9750bbf7b40e77b80936a08bcf39c1d1 (diff) | |
parent | 81bb55f3a7bb8f64c2bc75b02306700fb5b60a43 (diff) | |
download | gnuradio-446494ea3bb021cb0b423c13bde2689c5046fe39.tar.gz gnuradio-446494ea3bb021cb0b423c13bde2689c5046fe39.tar.bz2 gnuradio-446494ea3bb021cb0b423c13bde2689c5046fe39.zip |
Merge branch 'gr_filter'
Diffstat (limited to 'gr-filter/doc/filter.dox')
-rw-r--r-- | gr-filter/doc/filter.dox | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gr-filter/doc/filter.dox b/gr-filter/doc/filter.dox new file mode 100644 index 000000000..fc3b52e91 --- /dev/null +++ b/gr-filter/doc/filter.dox @@ -0,0 +1,27 @@ +/*! \page page_filter filter Signal Processing Blocks + +\section Introduction + +This is the gr-filter package. It contains signal processing blocks to +perform filtering operations. + +The Python namespace is in gnuradio.filter, which would be normally +imported as: + +\code + from gnuradio import filter +\endcode + +See the Doxygen documentation for details about the blocks available +in this package. A quick listing of the details can be found in Python +after importing by using: + +\code + help(filter) +\endcode + +\section Dependencies + +The filter blocks depend on \ref page_fft. + +*/ |