[][src]Function cmsis_dsp_sys_pregenerated::arm_biquad_cascade_df2T_init_f32

pub unsafe extern "C" fn arm_biquad_cascade_df2T_init_f32(
    S: *mut arm_biquad_cascade_df2T_instance_f32,
    numStages: u8,
    pCoeffs: *const float32_t,
    pState: *mut float32_t
)

@brief Initialization function for the floating-point transposed direct form II Biquad cascade filter. @param[in,out] S points to an instance of the filter data structure. @param[in] numStages number of 2nd order stages in the filter. @param[in] pCoeffs points to the filter coefficients. @param[in] pState points to the state buffer.