commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 04/06: filter: Remove debugging block from


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/06: filter: Remove debugging block from channelizer_hier_ccf.
Date: Mon, 31 Mar 2014 20:27:42 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 21c86826b535615cfe98b1e2fbf8bdf1641c578a
Author: Ben Reynwar <address@hidden>
Date:   Thu Mar 27 14:36:49 2014 -0700

    filter: Remove debugging block from channelizer_hier_ccf.
---
 gr-filter/python/filter/pfb.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gr-filter/python/filter/pfb.py b/gr-filter/python/filter/pfb.py
index 455a822..fac2be4 100644
--- a/gr-filter/python/filter/pfb.py
+++ b/gr-filter/python/filter/pfb.py
@@ -401,8 +401,6 @@ class channelizer_hier_ccf(gr.hier_block2):
             for j in range(cpp):
                 combiner_mapping[0].append((i, j))
         self.combiner = blocks.vector_map(gr.sizeof_gr_complex, cpps, 
combiner_mapping)
-        self.prefft_snk = blocks.vector_sink_c(n_chans)
-        self.connect(self.combiner, self.prefft_snk)
         # Add the final FFT to the channelizer.
         self.fft = fft.fft_vcc(n_chans, forward=True, window=[1.0]*n_chans)
         # Select the desired channels



reply via email to

[Prev in Thread] Current Thread [Next in Thread]