Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / filter / gr_pfb_channelizer_ccf.i @ 5faab4fb

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
69c6a073 04/12/2010 09:28 pm Tom Rondeau

Moving towards gr_block implementation to enable non-integer output rates. Also, cleaning up a bit wrt class members.

a88f6c0a 04/09/2010 04:37 am Tom Rondeau

Working version of channelizer allowing an integer multiple of the sampling rate out.
There are two versions of the code in here with the second way being more general and efficient. This one should be more extendable to allowing rational ratio output sampling rates.

e06d2902 04/07/2010 10:25 pm Tom Rondeau

Opening up channelizer to have different sampling rates out. This first pass produces the correct output for oversampling_rate = 1.

a0d13b42 08/12/2009 03:39 am Tom Rondeau

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....