|
GNU Radio 3.6.3rc0 C++ API
|
#include <pfb_decimator_ccf_impl.h>

Public Member Functions | |
| pfb_decimator_ccf_impl (unsigned int decim, const std::vector< float > &taps, unsigned int channel) | |
| ~pfb_decimator_ccf_impl () | |
| void | set_taps (const std::vector< float > &taps) |
| void | print_taps () |
| std::vector< std::vector< float > > | taps () const |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| just like gr_block::general_work, only this arranges to call consume_each for you More... | |
Additional Inherited Members | |
Public Types inherited from gr::filter::pfb_decimator_ccf | |
| typedef boost::shared_ptr < pfb_decimator_ccf > | sptr |
Static Public Member Functions inherited from gr::filter::pfb_decimator_ccf | |
| static sptr | make (unsigned int decim, const std::vector< float > &taps, unsigned int channel) |
Protected Types inherited from gr_basic_block | |
| enum | vcolor { WHITE, GREY, BLACK } |
Protected Member Functions inherited from gr_sync_block | |
| gr_sync_block (void) | |
| gr_sync_block (const std::string &name, gr_io_signature_sptr input_signature, gr_io_signature_sptr output_signature) | |
Protected Attributes inherited from gr_block | |
| std::vector< long > | d_max_output_buffer |
| std::vector< long > | d_min_output_buffer |
Private Member Functions inherited from gr::filter::kernel::polyphase_filterbank | |
| polyphase_filterbank (unsigned int nfilts, const std::vector< float > &taps) | |
| ~polyphase_filterbank () | |
| void | set_taps (const std::vector< float > &taps) |
| void | print_taps () |
| std::vector< std::vector< float > > | taps () const |
| gr::filter::pfb_decimator_ccf_impl::pfb_decimator_ccf_impl | ( | unsigned int | decim, |
| const std::vector< float > & | taps, | ||
| unsigned int | channel | ||
| ) |
| gr::filter::pfb_decimator_ccf_impl::~pfb_decimator_ccf_impl | ( | ) |
|
virtual |
Print all of the filterbank taps to screen.
Implements gr::filter::pfb_decimator_ccf.
|
virtual |
Resets the filterbank's filter taps with the new prototype filter
| taps | (vector/list of floats) The prototype filter to populate the filterbank. |
Implements gr::filter::pfb_decimator_ccf.
|
virtual |
Return a vector<vector<>> of the filterbank taps
Implements gr::filter::pfb_decimator_ccf.
|
virtual |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.