diff options
Diffstat (limited to 'gnuradio-examples/python/pfb/reconstruction.py')
-rwxr-xr-x | gnuradio-examples/python/pfb/reconstruction.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |