diff options
author | Marcus Müller <marcus@hostalia.de> | 2018-08-25 01:24:19 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-11-02 22:15:53 +0100 |
commit | abd594ae7df1dd15f9893e190846d789f752ab2d (patch) | |
tree | 3dc5cf7946a53bc9660cef6bbf732796b2d90729 /docs | |
parent | 65a3df1665a8286c82307828891577613a37d70a (diff) |
update PFB docs: no longer need scipy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/other/pfb_intro.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/pfb_intro.dox b/docs/doxygen/other/pfb_intro.dox index 83313e9568..66c9891d75 100644 --- a/docs/doxygen/other/pfb_intro.dox +++ b/docs/doxygen/other/pfb_intro.dox @@ -96,7 +96,7 @@ 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 +NOTE: you need the Matplotlib Python module installed to run this example. \include gr-filter/examples/channelize.py |