GNU Radio 3.6.5 C++ API
|
output = n*log10(input) + k More...
#include <nlog10_ff.h>
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. |
output = n*log10(input) + k
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.
n | Scalar multiplicative constant |
vlen | Input vector length |
k | Scalar additive constant |