GNU Radio 3.6.5 C++ API

gr_transcendental Class Reference

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

#include <gr_transcendental.h>

Inheritance diagram for gr_transcendental:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

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: