#include <adaptive_fir_ccf_impl.h>
List of all members.
Public Member Functions |
void | set_taps (const std::vector< float > &taps) |
std::vector< float > | taps () |
| adaptive_fir_ccf_impl (const char *name, int decimation, const std::vector< float > &taps) |
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
|
| fir_filter_ccf (int decimation, const std::vector< float > &taps) |
| ~fir_filter_ccf () |
std::vector< float > | taps () const |
unsigned int | ntaps () const |
gr_complex | filter (const gr_complex input[]) |
void | filterN (gr_complex output[], const gr_complex input[], unsigned long n) |
void | filterNdec (gr_complex output[], const gr_complex input[], unsigned long n, unsigned int decimate) |
Constructor & Destructor Documentation
gr::filter::adaptive_fir_ccf_impl::adaptive_fir_ccf_impl |
( |
const char * |
name, |
|
|
int |
decimation, |
|
|
const std::vector< float > & |
taps |
|
) |
| |
Member Function Documentation
float gr::filter::adaptive_fir_ccf_impl::error |
( |
const gr_complex & |
out | ) |
|
|
protected |
void gr::filter::adaptive_fir_ccf_impl::set_taps |
( |
const std::vector< float > & |
taps | ) |
|
|
virtual |
std::vector<float> gr::filter::adaptive_fir_ccf_impl::taps |
( |
| ) |
|
|
virtual |
void gr::filter::adaptive_fir_ccf_impl::update_tap |
( |
float & |
tap, |
|
|
const gr_complex & |
in |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: