Contents

transform(input:)

Returns the result of a double-precision discrete Fourier transform.

Declaration

func transform<U>(input: U) -> [DSPDoubleComplex] where U : AccelerateBuffer, U.Element == DSPDoubleComplex

Parameters

Return Value

An array of DSPDoubleComplex structures.

See Also

Performing Interleaved Discrete Fourier Transforms