GNU Radio 3.5.1 C++ API
|
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) |
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.
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. |