Calculate the phase angle (in radians) of a complex array. More...
Functions | |
AFAPI array | arg (const array &in) |
C++ Interface to calculate the phase angle (in radians) of a complex array. More... | |
AFAPI af_err | af_arg (af_array *out, const af_array in) |
C Interface to calculate the phase angle (in radians) of a complex array. More... | |
Calculate the phase angle (in radians) of a complex array.
C Interface to calculate the phase angle (in radians) of a complex array.
[out] | out | phase angle (in radians) |
[in] | in | input array, typically complex |