Contents

vDSP_biquad_DestroySetup

Destroys a single-precision biquadratic filter setup object.

Declaration

extern void vDSP_biquad_DestroySetup(vDSP_biquad_Setup __setup);

Parameters

Discussion

This function frees all resources associated with a vDSP_biquad_Setup object previously created through a call to vDSP_biquad_CreateSetup.

See Also

Destroying a single-channel biquadratic filter setup