23 #ifndef INCLUDED_FILTER_ADAPTIVE_FIR_CCC_H
24 #define INCLUDED_FILTER_ADAPTIVE_FIR_CCC_H
77 static sptr make(
const char *
name,
int decimation,
78 const std::vector<gr_complex> &
taps);
80 virtual void set_taps(
const std::vector<gr_complex> &
taps) = 0;
81 virtual std::vector<gr_complex>
taps()
const = 0;
boost::shared_ptr< adaptive_fir_ccc > sptr
Definition: adaptive_fir_ccc.h:68
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Adaptive FIR filter with gr_complex input, gr_complex output and gr_complex taps. ...
Definition: adaptive_fir_ccc.h:62
synchronous N:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_decimator.h:37
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30