<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vDSP_biquadm_SetCoefficientsSingle",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@vDSP_biquadm_SetCoefficientsSingle"
  },
  "title" : "vDSP_biquadm_SetCoefficientsSingle"
}
-->

# vDSP_biquadm_SetCoefficientsSingle

Sets the single-precision coefficients of the specified single-precision, multichannel biquadratic filter setup object.

```
extern void vDSP_biquadm_SetCoefficientsSingle(vDSP_biquadm_Setup __setup, const float *__coeffs, vDSP_Length __start_sec, vDSP_Length __start_chn, vDSP_Length __nsec, vDSP_Length __nchn);
```

## Parameters

`__setup`

The biquadratic filter setup object that the function updates.

`__coeffs`

A pointer to the new coefficients.

`__start_sec`

The first section that the function updates.

`__start_chn`

The first channel that the function updates.

`__nsec`

The number of sections that the function updates.

`__nchn`

The number of channels that the function updates.

## Discussion

Use this function to update sections of coefficient values of a biquadratic setup structure. This function doesn’t allocate new memory. The range that you specify using `__start_sec` and `__nsec` must be within the number of sections that you define in the create setup function.

---

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)