Revision a0d13b42
ID: a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b
Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5
Files
- added
- modified
- copied
- renamed
- deleted
- config
- gnuradio-core
- src
- lib
- filter
- Makefile.am (diff)
- filter.i (diff)
- gr_pfb_arb_resampler_ccf.cc
- gr_pfb_arb_resampler_ccf.h
- gr_pfb_arb_resampler_ccf.i
- gr_pfb_channelizer_ccf.cc
- gr_pfb_channelizer_ccf.h
- gr_pfb_channelizer_ccf.i
- gr_pfb_decimator_ccf.cc
- gr_pfb_decimator_ccf.h
- gr_pfb_decimator_ccf.i
- gr_pfb_interpolator_ccf.cc
- gr_pfb_interpolator_ccf.h
- gr_pfb_interpolator_ccf.i
- python
- gnuradio-examples
- gr-utils