Class | Description |
---|---|
Adder |
A Adder unit to add, with possible scaling, the data from all the input nodes.
|
ArcCos |
An ArcCos unit to compute the inverse cosine of the elements of an input data object.
|
ArcCosh |
An ArcCosh unit to compute the inverse hyperbolic cosine of the elements of an input data object.
|
ArcSin |
An ArcSin unit to compute the inverse sine of the elements of an input data object.
|
ArcSinh |
An ArcSinh unit to compute the inverse hyperbolic sine of the elements of an input data object.
|
ArcTan |
An ArcTan unit to compute the inverse tangent of the elements of an input data object.
|
ArcTanh |
An ArcTanh unit to compute the inverse hyperbolic tangent of the elements of an input data object.
|
ATanCont |
A ATanCont unit to find the angle of a vector (or complex number) from two input sequences that represent the x and y
components of the vector, attempting to resolve ambiguities about the multiple of 2 Pi in the angle by maintaining
continuity.
|
Cosh |
A Cosh unit to apply the hyperbolic cosine function to the elements of an input data array.
|
Cosine |
A Cosine unit to apply the cosine function to the elements of an input data array.
|
Divider |
A Adder unit to divide, with possible scaling, the data from the first input node by the data from all the remaining
input nodes.
|
Exp |
An Exp unit to apply the exponential function to the elements of an input data array.
|
Incrementer |
A Incrementer unit to add a given complex number to the elements of an input data array.
|
Ln |
A Ln unit to apply the natural logarithm function to the elements of an input data array.
|
Log10 |
Computes logarithm to base 10
|
Magnitude |
A Magnitude unit to compute the magnitudes of the elements of a data array.
|
Maximum |
A Maximum unit to compute the maximum value of the input data set.
|
Minimum |
A Minimum unit to compute minimum value of input data set.
|
Multiplier |
A Multiplier unit to multiply, with possible scaling, the data from all the input nodes.
|
Phase |
A Phase unit to compute the phase of the complex numbers in an input data array.
|
PhaseCont |
A PhaseCont unit to smooth out jumps of 2 Pi in an inut sequence of real data representing a phase angle, so that the
angle moves smoothly to values larger than Pi or smaller than -Pi.
|
Power |
A Power unit to compute the result of raising the elements of an input data array to an arbitrary complex power.
|
PowInteger |
A PowInteger unit to raise the elements of an input data array to an integer power.
|
Random |
Generates a random number
|
Recip |
A Recip unit to compute the reciprocals of the elements of an input data array.
|
Scaler |
A Scaler unit to rescale (by a given complex number) the elements of an input data array.
|
ScalerText |
A ScalerText unit to rescale (by a given complex number) the elements of an input data array.
|
Sine |
A Sine unit to apply the sine function to the elements of an input data array.
|
Sinh |
A Sinh unit to apply the hyperbolic sine function to the elements of an input data array.
|
SqMag |
A SqMag unit to compute the squared magnitudes of the elements of a data array.
|
Sqrt |
A Sqrt unit to compute the square root of the elements of an input data array.
|
Square |
A Square unit to square the elements of an input data array.
|
Subtracter |
A Adder unit to subtract, with possible scaling, from the data from the first input node, the data from all the
remaining input nodes.
|
Sum |
A Sum unit to keep a sum of the inputs
|
SumElements |
A SumElements unit to compute sum or average of the elements of any data set.
|
Tangent |
A Tangent unit to apply the tangent function to the elements of an input data array.
|
Tanh |
A Tanh unit to apply the hyperbolic tangent function to the elements of an input data array.
|