GNU Radio 3.7.1 C++ API
gr::blocks::rms_ff Class Reference

RMS average power. More...

#include <rms_ff.h>

Inheritance diagram for gr::blocks::rms_ff:

List of all members.

Public Types

typedef boost::shared_ptr< rms_ffsptr

Public Member Functions

virtual void set_alpha (double alpha)=0

Static Public Member Functions

static sptr make (double alpha=0.0001)
 Make an RMS calc. block.

Detailed Description

RMS average power.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::rms_ff::make ( double  alpha = 0.0001) [static]

Make an RMS calc. block.

Parameters:
alphagain for running average filter.
virtual void gr::blocks::rms_ff::set_alpha ( double  alpha) [pure virtual]

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