679#ifndef INCLUDED_LFAST_MTFIRFILTERCCF_H
680#define INCLUDED_LFAST_MTFIRFILTERCCF_H
683#include <gnuradio/sync_decimator.h>
696 typedef std::shared_ptr<MTFIRFilterCCF>
sptr;
706 static sptr make(
int decimation,
const std::vector<float> &
taps,
int nthreads);
709 virtual std::vector<float>
taps()
const = 0;
#define LFAST_API
Definition api.h:30
<+description of block+>
Definition MTFIRFilterCCF.h:694
virtual void set_taps(const std::vector< float > &taps)=0
static sptr make(int decimation, const std::vector< float > &taps, int nthreads)
Return a shared_ptr to a new instance of lfast::MTFIRFilterCCF.
virtual std::vector< float > taps() const =0
std::shared_ptr< MTFIRFilterCCF > sptr
Definition MTFIRFilterCCF.h:696