|
GNU Radio 3.6.4.2 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 | |
| gr::filter::pfb_decimator_ccf_impl::pfb_decimator_ccf_impl | ( | unsigned int | decim, |
| const std::vector< float > & | taps, | ||
| unsigned int | channel | ||
| ) |
| void gr::filter::pfb_decimator_ccf_impl::print_taps | ( | ) | [virtual] |
Print all of the filterbank taps to screen.
Implements gr::filter::pfb_decimator_ccf.
| void gr::filter::pfb_decimator_ccf_impl::set_taps | ( | const std::vector< float > & | taps | ) | [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.
| std::vector<std::vector<float> > gr::filter::pfb_decimator_ccf_impl::taps | ( | ) | const [virtual] |
Return a vector<vector<>> of the filterbank taps
Implements gr::filter::pfb_decimator_ccf.
| int gr::filter::pfb_decimator_ccf_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) | [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
Reimplemented from gr_sync_block.