Adding a FIR filter implemented with its own internal buffer. This one keeps its...
authorTom Rondeau <trondeau@vt.edu>
Sat, 16 Oct 2010 15:13:53 +0000 (11:13 -0400)
committerTom Rondeau <trondeau@vt.edu>
Sat, 16 Oct 2010 15:13:53 +0000 (11:13 -0400)
commit2e633fc33dcbc3e1b5c35323ebe24373d57ea459
tree146f19653bf4f121db65d0724ef2916e52212bac
parent2ee1a94ff42a3d1858805bcce50b6aadb1773f47
Adding a FIR filter implemented with its own internal buffer. This one keeps its own delay line and just takes in input samples instead of a pointer to an external buffer.

The synthesis filter is being updated to use the new FIR implementation.
gnuradio-core/src/lib/filter/Makefile.am
gnuradio-core/src/lib/filter/gr_pfb_synthesis_filterbank_ccf.cc
gnuradio-core/src/lib/filter/gr_pfb_synthesis_filterbank_ccf.h
gnuradio-core/src/lib/filter/gri_fir_filter_with_buffer_ccf.cc [new file with mode: 0644]
gnuradio-core/src/lib/filter/gri_fir_filter_with_buffer_ccf.h [new file with mode: 0644]