Contents

transform(input:output:)

Computes a double-precision discrete Fourier transform.

Declaration

func transform<U, V>(input: U, output: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == DSPDoubleComplex, V.Element == DSPDoubleComplex

Parameters

See Also

Performing Interleaved Discrete Fourier Transforms