GNU Radio v3.6.2-149-ga6d285d9 C++ API
Mathematics

Classes

class  gr_add_ff
 Add streams of complex values. More...
class  gr_conjugate_cc
 output = complex conjugate of input More...
class  gr_multiply_cc
 Multiply streams of complex values. More...
class  gr_multiply_conjugate_cc
 Multiplies a stream by the conjugate of the second stream. More...
class  gr_multiply_const_cc
 Multiply stream of complex values with a constant k. More...
class  gr_multiply_const_ff
 Multiply stream of float values with a constant k. More...
class  gr_multiply_ff
 Multiply streams of complex values. More...
class  gr_nlog10_ff
 output = n*log10(input) + k More...
class  gr_random
 pseudo random number generator More...
class  gr_rms_cf
 RMS average power. More...
class  gr_rms_ff
 RMS average power. More...
class  gr::blocks::conjugate_cc
 output = complex conjugate of input More...
class  gr::blocks::multiply_const_cc
 output = input * complex constant More...
class  gr::blocks::multiply_const_ff
 output = input * real constant More...
class  gr::blocks::nlog10_ff
 output = n*log10(input) + k More...

Functions

static sptr gr::blocks::add_ff::make (size_t vlen=1)
 Add streams of float values.
static sptr gr::blocks::multiply_cc::make (size_t vlen=1)
 Multiply streams of complex values.
static sptr gr::blocks::multiply_conjugate_cc::make (size_t vlen=1)
 Multiplies a streams by the conjugate of a second stream.
static sptr gr::blocks::multiply_ff::make (size_t vlen=1)
 Multiply streams of float values.

Function Documentation

static sptr gr::blocks::add_ff::make ( size_t  vlen = 1) [static]

Add streams of float values.

Parameters:
vlenVector length
static sptr gr::blocks::multiply_ff::make ( size_t  vlen = 1) [static]

Multiply streams of float values.

Parameters:
vlenVector length
static sptr gr::blocks::multiply_conjugate_cc::make ( size_t  vlen = 1) [static]

Multiplies a streams by the conjugate of a second stream.

Parameters:
vlenVector length
static sptr gr::blocks::multiply_cc::make ( size_t  vlen = 1) [static]

Multiply streams of complex values.

Parameters:
vlenVector length