Adding the synthesis filterbank (the opposite of the channelizer). It's ugly right...
authorTom Rondeau <trondeau@vt.edu>
Wed, 28 Apr 2010 02:05:15 +0000 (22:05 -0400)
committerTom Rondeau <trondeau@vt.edu>
Wed, 28 Apr 2010 02:05:15 +0000 (22:05 -0400)
commit06f92ca4200bbebd2ecb77f88b4524711f9292c4
tree8ea0f160d36b4b3c3a28dd3104e3fea5d6c867f9
parent665d7a850eeb46bfc6388a98e4a4107648cb6add
Adding the synthesis filterbank (the opposite of the channelizer). It's ugly right now and uses a lot of memory to handle the buffers for each filter/input stream.
gnuradio-core/src/lib/filter/Makefile.am
gnuradio-core/src/lib/filter/filter.i
gnuradio-core/src/lib/filter/gr_pfb_synthesis_filterbank_ccf.cc [new file with mode: 0644]
gnuradio-core/src/lib/filter/gr_pfb_synthesis_filterbank_ccf.h [new file with mode: 0644]
gnuradio-core/src/lib/filter/gr_pfb_synthesis_filterbank_ccf.i [new file with mode: 0644]