23 #ifndef INCLUDED_FILTER_ADAPTIVE_FIR_CCF_H
24 #define INCLUDED_FILTER_ADAPTIVE_FIR_CCF_H
72 static sptr make(
const char *
name,
int decimation,
73 const std::vector<float> &
taps);
75 virtual void set_taps(
const std::vector<float> &
taps) = 0;
76 virtual std::vector<float>
taps() = 0;
boost::shared_ptr< adaptive_fir_ccf > sptr
Definition: adaptive_fir_ccf.h:63
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
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
Adaptive FIR filter with gr_complex input, gr_complex output and float taps.
Definition: adaptive_fir_ccf.h:59
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