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;
72 const std::vector<gr_complex> &
taps);
75 virtual std::vector<gr_complex>
taps()
const = 0;
FIR filter with short input, gr_complex output, and gr_complex taps.
Definition: fir_filter_scc.h:59
virtual void set_taps(const std::vector< gr_complex > &taps)=0
virtual std::vector< gr_complex > taps() const =0
static sptr make(int decimation, const std::vector< gr_complex > &taps)
FIR filter with short input, gr_complex output, and gr_complex taps.
boost::shared_ptr< fir_filter_scc > sptr
Definition: fir_filter_scc.h:63
synchronous N:1 input to output with history
Definition: sync_decimator.h:38
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
Include this header to use the message passing features.
Definition: basic_block.h:45