Contents

downsample(_:decimationFactor:filter:)

Returns the downsampled single-precision vector.

Declaration

static func downsample<T, U>(_ source: U, decimationFactor: Int, filter: T) -> [Float] where T : AccelerateBuffer, U : AccelerateBuffer, T.Element == Float, U.Element == Float

Mentioned in

See Also

Real Vectors