#include <gr_sync_block.h>
Go to the source code of this file.
Classes | |
| class | gr_pfb_decimator_ccf |
| Polyphase filterbank bandpass decimator with gr_complex input, gr_complex output and float taps. More... | |
Functions | |
| gr_pfb_decimator_ccf_sptr | gr_make_pfb_decimator_ccf (unsigned int decim, const std::vector< float > &taps, unsigned int channel=0) |
| gr_pfb_decimator_ccf_sptr gr_make_pfb_decimator_ccf | ( | unsigned int | decim, | |
| const std::vector< float > & | taps, | |||
| unsigned int | channel = 0 | |||
| ) |
Build the polyphase filterbank decimator.
| decim | (unsigned integer) Specifies the decimation rate to use | |
| taps | (vector/list of floats) The prototype filter to populate the filterbank. | |
| channel | (unsigned integer) Selects the channel to return [default=0]. |
1.6.3