GNU Radio 3.4.2 C++ API
gr_pfb_synthesis_filterbank_ccf.h File Reference
Include dependency graph for gr_pfb_synthesis_filterbank_ccf.h:

Go to the source code of this file.

Classes

class  gr_pfb_synthesis_filterbank_ccf
 Polyphase synthesis filterbank with gr_complex input, gr_complex output and float taps. More...

Functions

gr_pfb_synthesis_filterbank_ccf_sptr gr_make_pfb_synthesis_filterbank_ccf (unsigned int numchans, const std::vector< float > &taps)

Function Documentation

gr_pfb_synthesis_filterbank_ccf_sptr gr_make_pfb_synthesis_filterbank_ccf ( unsigned int  numchans,
const std::vector< float > &  taps 
)

Build the polyphase synthesis filterbank.

Parameters:
numchans(unsigned integer) Specifies the number of channels M
taps(vector/list of floats) The prototype filter to populate the filterbank.