|
GNU Radio's LFAST Package
|
<+description of block+> More...
#include <MTFIRFilterFF.h>
Public Types | |
| typedef std::shared_ptr< MTFIRFilterFF > | sptr |
Public Member Functions | |
| virtual void | set_taps (const std::vector< float > &taps)=0 |
| virtual std::vector< float > | taps () const =0 |
Static Public Member Functions | |
| static sptr | make (int decimation, const std::vector< float > &taps, int nthreads) |
| Return a shared_ptr to a new instance of lfast::MTFIRFilterFF. | |
<+description of block+>
| typedef std::shared_ptr<MTFIRFilterFF> gr::lfast::MTFIRFilterFF::sptr |
|
static |
Return a shared_ptr to a new instance of lfast::MTFIRFilterFF.
To avoid accidental use of raw pointers, lfast::MTFIRFilterFF's constructor is in a private implementation class. lfast::MTFIRFilterFF::make is the public interface for creating new instances.
References taps().
|
pure virtual |
Implemented in gr::lfast::MTFIRFilterFF_impl.
References taps().
|
pure virtual |
Implemented in gr::lfast::MTFIRFilterFF_impl.
Referenced by make(), and set_taps().