Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / filter / gr_pfb_synthesis_filterbank_ccf.cc @ eedcd714

History | View | Annotate | Download (4.9 kB)

# Date Author Comment
72c9a5a1 10/16/2010 06:36 pm Tom Rondeau

Cleaning up synthesis filter and using new FIR filter with buffer.

2e633fc3 10/16/2010 03:13 pm Tom Rondeau

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.

2ee1a94f 05/16/2010 06:39 pm Tom Rondeau

Can now set more channels than input signals. Empty channels are established as the outtermost channels (around fs/2 and -fs/2).

0c6abf71 04/28/2010 02:17 am Tom Rondeau

Fixing ordering so that the input channels line up in the output signal properly.

06f92ca4 04/28/2010 02:05 am Tom Rondeau

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.