init(fromSplitComplex:scale:count:)
Creates a new array of single-precision values from a DSPSplitComplex structure.
Declaration
init(fromSplitComplex splitComplex: DSPSplitComplex, scale: Float, count: Int)Parameters
- scale:
A multiplier to apply during conversion.
- count:
The length of the required resulting array (typically half the count of either the real or imaginary parts of the
DSPSplitComplex.