GNU Radio 3.4.0 C++ API
gr_pfb_decimator_ccf.h File Reference
#include <gr_sync_block.h>
Include dependency graph for gr_pfb_decimator_ccf.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)

Function Documentation

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.

Parameters:
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].