GNU Radio 3.6.5 C++ API

gr_pfb_interpolator_ccf.h File Reference

#include <gr_core_api.h>
#include <gr_sync_interpolator.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_CORE_API
gr_pfb_interpolator_ccf_sptr 
gr_make_pfb_interpolator_ccf (unsigned int interp, const std::vector< float > &taps)

Function Documentation

GR_CORE_API 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.