From 9ac143a654bc581d9a74363fc02e1ad30be93138 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Wed, 6 Mar 2013 15:37:15 -0500
Subject: core: cleaning up remez and firdes in gnuradio-core; now in
 gr-filter.

---
 docs/doxygen/other/pfb_intro.dox | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/pfb_intro.dox b/docs/doxygen/other/pfb_intro.dox
index 504ae87b87..1ef0c38f6d 100644
--- a/docs/doxygen/other/pfb_intro.dox
+++ b/docs/doxygen/other/pfb_intro.dox
@@ -30,9 +30,9 @@ filter that is then split up between the \p N channels of the PFB.
     self._fs = 9000          # input sample rate
     self._M = 9              # Number of channels to channelize
 
-    self._taps = gr.firdes.low_pass_2(1, self._fs, 475.50, 50,
-                                      attenuation_dB=100,
-				      window=gr.firdes.WIN_BLACKMAN_hARRIS)
+    self._taps = filter.firdes.low_pass_2(1, self._fs, 475.50, 50,
+                                          attenuation_dB=100,
+			                  window=filter.firdes.WIN_BLACKMAN_hARRIS)
 \endcode
 
 In this example, the signal into the channelizer is sampled at 9 ksps
-- 
cgit v1.2.3