Alias: null
Common Name: Angle
Class: org. imirsel. m2k. math. Angle

Overview: This module computes the phase angle of the complex input signal.

Detailed Description: This modules computes the phase angle (theta), in radians, of a complex signal, i.e. theta = atan2(imaginary/real).

Data Handling: The input data is not modified.


Inputs:
Real part
[D
The real portion of the complex input signal. (Double array)

Imaginary part
[D
The imaginary portion of the complex input signal. (Double array)


Outputs:
Angle
[D
Phase angle, in radians, of the complex input. (Double array)



Properties: