GNU Radio 3.5.3.2 C++ API
|
Go to the source code of this file.
Classes | |
class | gr_pfb_decimator_ccf |
Polyphase filterbank bandpass decimator with gr_complex input, gr_complex output and float taps. More... | |
Functions | |
GR_CORE_API gr_pfb_decimator_ccf_sptr | gr_make_pfb_decimator_ccf (unsigned int decim, const std::vector< float > &taps, unsigned int channel=0) |
GR_CORE_API gr_pfb_decimator_ccf_sptr gr_make_pfb_decimator_ccf | ( | unsigned int | decim, |
const std::vector< float > & | taps, | ||
unsigned int | channel = 0 |
||
) |
Build the polyphase filterbank decimator.
decim | (unsigned integer) Specifies the decimation rate to use |
taps | (vector/list of floats) The prototype filter to populate the filterbank. |
channel | (unsigned integer) Selects the channel to return [default=0]. |