GNU Radio 3.4.0 C++ API
gr_pfb_interpolator_ccf.h File Reference
Include dependency graph for gr_pfb_interpolator_ccf.h:

Go to the source code of this file.

Classes

class  gr_pfb_interpolator_ccf
 Polyphase filterbank interpolator with gr_complex input, gr_complex output and float taps. More...

Functions

gr_pfb_interpolator_ccf_sptr gr_make_pfb_interpolator_ccf (unsigned int interp, const std::vector< float > &taps)

Function Documentation

gr_pfb_interpolator_ccf_sptr gr_make_pfb_interpolator_ccf ( unsigned int  interp,
const std::vector< float > &  taps 
)

Build the polyphase filterbank interpolator.

Parameters:
interp(unsigned integer) Specifies the interpolation rate to use
taps(vector/list of floats) The prototype filter to populate the filterbank. The taps should be generated at the interpolated sampling rate.