GNU Radio's LFAST Package
gr::lfast::MTFIRFilterCCF Class Referenceabstract

<+description of block+> More...

#include <MTFIRFilterCCF.h>

Inheritance diagram for gr::lfast::MTFIRFilterCCF:
gr::lfast::MTFIRFilterCCF_impl

Public Types

typedef std::shared_ptr< MTFIRFilterCCFsptr

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::MTFIRFilterCCF.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

sptr gr::lfast::MTFIRFilterCCF::make ( int decimation,
const std::vector< float > & taps,
int nthreads )
static

Return a shared_ptr to a new instance of lfast::MTFIRFilterCCF.

To avoid accidental use of raw pointers, lfast::MTFIRFilterCCF's constructor is in a private implementation class. lfast::MTFIRFilterCCF::make is the public interface for creating new instances.

References taps().

◆ set_taps()

virtual void gr::lfast::MTFIRFilterCCF::set_taps ( const std::vector< float > & taps)
pure virtual

Implemented in gr::lfast::MTFIRFilterCCF_impl.

References taps().

◆ taps()

virtual std::vector< float > gr::lfast::MTFIRFilterCCF::taps ( ) const
pure virtual

Implemented in gr::lfast::MTFIRFilterCCF_impl.

Referenced by make(), and set_taps().


The documentation for this class was generated from the following file: