25 #ifndef INCLUDED_FILTER_FIR_FILTER_SCC_H 26 #define INCLUDED_FILTER_FIR_FILTER_SCC_H 63 typedef boost::shared_ptr<fir_filter_scc>
sptr;
71 static sptr make(
int decimation,
72 const std::vector<gr_complex> &
taps);
74 virtual void set_taps(
const std::vector<gr_complex> &
taps) = 0;
75 virtual std::vector<gr_complex>
taps()
const = 0;
Include this header to use the message passing features.
Definition: basic_block.h:45
FIR filter with short input, gr_complex output, and gr_complex taps.
Definition: fir_filter_scc.h:58
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
boost::shared_ptr< fir_filter_scc > sptr
Definition: fir_filter_scc.h:63
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30