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