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

A block that performs various transcendental math operations. More...

#include <transcendental.h>

Inheritance diagram for gr::blocks::transcendental:

List of all members.

Public Types

typedef boost::shared_ptr
< transcendental
sptr

Static Public Member Functions

static sptr make (const std::string &name, const std::string &type="float")

Detailed Description

A block that performs various transcendental math operations.

Possible function names can be found in the cmath library. IO may be either complex or real, double or single precision.

Possible type strings: float, double, complex_float, complex_double

output[i] = trans_fcn(input[i])


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::transcendental::make ( const std::string &  name,
const std::string &  type = "float" 
) [static]

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