Contents

phase(_:result:)

Calculates the single-precision element-wise phase values, in radians, of the supplied complex vector.

Declaration

static func phase<V>(_ splitComplex: DSPSplitComplex, result: inout V) where V : AccelerateMutableBuffer, V.Element == Float

See Also

Single-Vector Phase Computation