From d1f1c53fbc8ac7b8146af51cb104acb07cb7bdb2 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Fri, 2 Mar 2012 16:15:31 -0500 Subject: examples: fixing synthesizer examples to use new block name. --- gnuradio-examples/python/pfb/reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-examples/python/pfb/reconstruction.py') diff --git a/gnuradio-examples/python/pfb/reconstruction.py b/gnuradio-examples/python/pfb/reconstruction.py index 2b6f9a831..c7909f7a5 100755 --- a/gnuradio-examples/python/pfb/reconstruction.py +++ b/gnuradio-examples/python/pfb/reconstruction.py @@ -39,7 +39,7 @@ def main(): # Put the pieces back together again syn_taps = [nchans*t for t in proto_taps] - synthesizer = gr.pfb_synthesis_filterbank_ccf(nchans, syn_taps, True) + synthesizer = gr.pfb_synthesizer_ccf(nchans, syn_taps, True) src_snk = gr.vector_sink_c() snk = gr.vector_sink_c() -- cgit