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

output = n*log10(input) + k More...

#include <nlog10_ff.h>

Inheritance diagram for gr::blocks::nlog10_ff:

List of all members.

Public Types

typedef boost::shared_ptr
< nlog10_ff
sptr

Static Public Member Functions

static sptr make (float n=1.0, size_t vlen=1, float k=0.0)
 Make an instance of an nlog10_ff block.

Detailed Description

output = n*log10(input) + k


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::nlog10_ff::make ( float  n = 1.0,
size_t  vlen = 1,
float  k = 0.0 
) [static]

Make an instance of an nlog10_ff block.

Parameters:
nScalar multiplicative constant
vlenInput vector length
kScalar additive constant

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