GNU Radio's CYBERRADIO Package
gr::CyberRadio::single_pole_iir_filter_ff Class Reference

<+description of block+> More...

#include <single_pole_iir_filter_ff.h>

Inheritance diagram for gr::CyberRadio::single_pole_iir_filter_ff:
gr::CyberRadio::single_pole_iir_filter_ff_impl

Public Types

typedef std::shared_ptr< single_pole_iir_filter_ffsptr

Static Public Member Functions

static sptr make (double alpha, unsigned int vlen, bool resetOnAlphaChange)
 Return a shared_ptr to a new instance of CyberRadio::single_pole_iir_filter_ff.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

sptr gr::CyberRadio::single_pole_iir_filter_ff::make ( double alpha,
unsigned int vlen,
bool resetOnAlphaChange )
static

Return a shared_ptr to a new instance of CyberRadio::single_pole_iir_filter_ff.

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


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