GNU Radio 3.5.3.2 C++ API
|
#include <gr_core_api.h>
#include <gr_sync_interpolator.h>
#include <gri_fir_filter_with_buffer_ccf.h>
Go to the source code of this file.
Classes | |
class | gr_pfb_synthesis_filterbank_ccf |
Polyphase synthesis filterbank with gr_complex input, gr_complex output and float taps. More... | |
Functions | |
GR_CORE_API gr_pfb_synthesis_filterbank_ccf_sptr | gr_make_pfb_synthesis_filterbank_ccf (unsigned int numchans, const std::vector< float > &taps) |
GR_CORE_API gr_pfb_synthesis_filterbank_ccf_sptr gr_make_pfb_synthesis_filterbank_ccf | ( | unsigned int | numchans, |
const std::vector< float > & | taps | ||
) |
Build the polyphase synthesis filterbank.
numchans | (unsigned integer) Specifies the number of channels M |
taps | (vector/list of floats) The prototype filter to populate the filterbank. |