#include <adaptive_fir_ccc_impl.h>
List of all members.
Public Member Functions |
void | set_taps (const std::vector< gr_complex > &taps) |
std::vector< gr_complex > | taps () const |
| adaptive_fir_ccc_impl (const char *name, int decimation, const std::vector< gr_complex > &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_ccc (int decimation, const std::vector< gr_complex > &taps) |
| ~fir_filter_ccc () |
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_ccc_impl::adaptive_fir_ccc_impl |
( |
const char * |
name, |
|
|
int |
decimation, |
|
|
const std::vector< gr_complex > & |
taps |
|
) |
| |
Member Function Documentation
void gr::filter::adaptive_fir_ccc_impl::set_taps |
( |
const std::vector< gr_complex > & |
taps | ) |
|
|
virtual |
std::vector<gr_complex> gr::filter::adaptive_fir_ccc_impl::taps |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: