]> git.gag.com Git - debian/gnuradio/commitdiff
fixed broken link in filterbank comment
authorn4hy <n4hy@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 4 Jul 2008 16:58:23 +0000 (16:58 +0000)
committern4hy <n4hy@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 4 Jul 2008 16:58:23 +0000 (16:58 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8789 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/python/gnuradio/blks2impl/filterbank.py

index 16adc451e47655e111a35a403a7c623f974e2f20..f214da4a96e4ac2a63ed286f62397c935237f458 100644 (file)
@@ -38,7 +38,7 @@ class synthesis_filterbank(gr.hier_block2):
     """
     Uniformly modulated polyphase DFT filter bank: synthesis
 
-    See http://cnx.rice.edu/content/m10424/latest
+    See http://cnx.org/content/m10424/latest
     """
     def __init__(self, mpoints, taps=None):
         """
@@ -121,7 +121,7 @@ class analysis_filterbank(gr.hier_block2):
     """
     Uniformly modulated polyphase DFT filter bank: analysis
 
-    See http://cnx.rice.edu/content/m10424/latest
+    See http://cnx.org/content/m10424/latest
     """
     def __init__(self, mpoints, taps=None):
         """