transform(input:)
Returns the result of a double-precision discrete Fourier transform.
Declaration
func transform<U>(input: U) -> [DSPDoubleComplex] where U : AccelerateBuffer, U.Element == DSPDoubleComplexParameters
- input:
An array of Dspdoublecomplex structures that contains the input.
Return Value
An array of DSPDoubleComplex structures.