GNU Radio 3.4.2 C++ API
gr_transcendental Class Reference

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

#include <gr_transcendental.h>

Inheritance diagram for gr_transcendental:

List of all members.

Public Types

typedef boost::shared_ptr
< gr_transcendental
sptr

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


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