GNU Radio 3.6.5 C++ API

gr_pfb_synthesizer_ccf.h File Reference

#include <gr_core_api.h>
#include <gr_sync_interpolator.h>
#include <gri_fir_filter_with_buffer_ccf.h>
#include <gruel/thread.h>

Go to the source code of this file.

Classes

class  gr_pfb_synthesizer_ccf
 Polyphase synthesis filterbank with gr_complex input, gr_complex output and float taps. More...

Functions

GR_CORE_API
gr_pfb_synthesizer_ccf_sptr 
gr_make_pfb_synthesizer_ccf (unsigned int numchans, const std::vector< float > &taps, bool twox=false)

Function Documentation

GR_CORE_API gr_pfb_synthesizer_ccf_sptr gr_make_pfb_synthesizer_ccf ( unsigned int  numchans,
const std::vector< float > &  taps,
bool  twox = false 
)

Build the polyphase synthesis filterbank.

Parameters:
numchans(unsigned integer) Specifies the number of channels M
taps(vector/list of floats) The prototype filter to populate the filterbank.
twox(bool) use 2x oversampling or not (default is no)