GNU Radio 3.6.5 C++ API
|
#include <fir_filter_fff_impl.h>
Public Member Functions | |
fir_filter_fff_impl (int decimation, const std::vector< float > &taps) | |
~fir_filter_fff_impl () | |
void | set_taps (const std::vector< float > &taps) |
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::fir_filter_fff_impl::fir_filter_fff_impl | ( | int | decimation, |
const std::vector< float > & | taps | ||
) |
gr::filter::fir_filter_fff_impl::~fir_filter_fff_impl | ( | ) |
void gr::filter::fir_filter_fff_impl::set_taps | ( | const std::vector< float > & | taps | ) | [virtual] |
Implements gr::filter::fir_filter_fff.
std::vector<float> gr::filter::fir_filter_fff_impl::taps | ( | ) | const [virtual] |
Implements gr::filter::fir_filter_fff.
int gr::filter::fir_filter_fff_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
Implements gr_sync_block.