Adding a base class to handle FFT filters for use in other blocks. Old fft_filter_fff...
authorTom Rondeau <trondeau@vt.edu>
Sun, 28 Feb 2010 02:03:46 +0000 (21:03 -0500)
committerTom Rondeau <trondeau@vt.edu>
Sun, 28 Feb 2010 02:03:46 +0000 (21:03 -0500)
commit94a853ab5eaca2afc6ac7c5f33406d8299ed3bcf
treec9c02db3b44c22f75bab90aa605dc94a71cfe357
parentb532f4b7b6030665cbd03a19dd776932d31a1734
Adding a base class to handle FFT filters for use in other blocks. Old fft_filter_fff now uses new class successfully and passes make check.
gnuradio-core/src/lib/filter/Makefile.am
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.h
gnuradio-core/src/lib/filter/gri_fft_filter.cc [new file with mode: 0644]
gnuradio-core/src/lib/filter/gri_fft_filter.h [new file with mode: 0644]