<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/DSPSplitComplex/init(realp:imagp:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:So15DSPSplitComplexV5realp5imagpABSpySfG_AEtcfc"
  },
  "title" : "init(realp:imagp:)"
}
-->

# init(realp:imagp:)

Creates a new split complex structure.

```
init(realp: UnsafeMutablePointer<Float>, imagp: UnsafeMutablePointer<Float>)
```

## Parameters

`realp`

A pointer to an array containing the real parts of the complex numbers.

`imagp`

A pointer to an array containing the imaginary parts of the complex numbers.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)