Skip to main content

phase

Overloads

NameDescription
phase(const ComplexArray arr) -> ComplexArrayComputes the phase angle (argument) of the ComplexArray arr element-wise.
phase(const RealArray arr) -> RealArrayComputes the phase angle (argument) of the RealArray arr element-wise.

phase(const ComplexArray arr) -> ComplexArray

Computes the phase angle (argument) of the ComplexArray arr element-wise.

Parameters

phase(const RealArray arr) -> RealArray

Computes the phase angle (argument) of the RealArray arr element-wise.

Parameters