GNU Radio 3.6.1 C++ API
gr_pfb_synthesizer_ccf.h File Reference

Go to the source code of this file.

Classes

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

Functions

GR_CORE_API
gr_pfb_synthesizer_ccf_sptr 
gr_make_pfb_synthesizer_ccf (unsigned int numchans, const std::vector< float > &taps, bool twox=false)

Function Documentation

GR_CORE_API gr_pfb_synthesizer_ccf_sptr gr_make_pfb_synthesizer_ccf ( unsigned int  numchans,
const std::vector< float > &  taps,
bool  twox = false 
)

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.
twox(bool) use 2x oversampling or not (default is no)