|
GNU Radio 3.4.0 C++ API
|

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_pfb_synthesis_filterbank_ccf_sptr | gr_make_pfb_synthesis_filterbank_ccf (unsigned int numchans, const std::vector< float > &taps) |
| 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. |