679 #ifndef INCLUDED_LFAST_MTFIRFILTERCCC_H
680 #define INCLUDED_LFAST_MTFIRFILTERCCC_H
683 #include <gnuradio/sync_decimator.h>
696 typedef boost::shared_ptr<MTFIRFilterCCC>
sptr;
706 static sptr make(
int decimation,
const std::vector<gr_complex> &taps,
int nthreads);
708 virtual void set_taps(
const std::vector<gr_complex> &taps) = 0;
709 virtual std::vector<gr_complex> taps()
const = 0;
#define LFAST_API
Definition: api.h:30
boost::shared_ptr< MTFIRFilterCCC > sptr
Definition: MTFIRFilterCCC.h:696
<+description of block+>
Definition: MTFIRFilterCCC.h:693