GNU Radio 3.6.4.1 C++ API
|
#include <pfb_interpolator_ccf_impl.h>
Public Member Functions | |
pfb_interpolator_ccf_impl (unsigned int interp, const std::vector< float > &taps) | |
~pfb_interpolator_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 | |
![]() | |
typedef boost::shared_ptr < pfb_interpolator_ccf > | sptr |
![]() | |
static sptr | make (unsigned int interp, const std::vector< float > &taps) |
![]() | |
enum | vcolor { WHITE, GREY, BLACK } |
![]() | |
gr_sync_interpolator (void) | |
gr_sync_interpolator (const std::string &name, gr_io_signature_sptr input_signature, gr_io_signature_sptr output_signature, unsigned interpolation) | |
![]() | |
std::vector< long > | d_max_output_buffer |
std::vector< long > | d_min_output_buffer |
gruel::mutex | d_setlock |
![]() | |
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_interpolator_ccf_impl::pfb_interpolator_ccf_impl | ( | unsigned int | interp, |
const std::vector< float > & | taps | ||
) |
gr::filter::pfb_interpolator_ccf_impl::~pfb_interpolator_ccf_impl | ( | ) |
|
virtual |
Print all of the filterbank taps to screen.
Implements gr::filter::pfb_interpolator_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. The taps should be generated at the interpolated sampling rate. |
Implements gr::filter::pfb_interpolator_ccf.
|
virtual |
Return a vector<vector<>> of the filterbank taps
Implements gr::filter::pfb_interpolator_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.