vDSP_biquad_DestroySetupD
Destroys a double-precision biquadratic filter setup object.
Declaration
extern void vDSP_biquad_DestroySetupD(vDSP_biquad_SetupD __setup);Parameters
- __setup:
The object to be destroyed; a setup created by Vdsp_biquad_createsetupd.
Discussion
This function is the same as vDSP_biquadm_DestroySetup, except for the type of the setup parameter.