[][src]Function cmsis_dsp_sys_pregenerated::arm_lms_norm_q31

pub unsafe extern "C" fn arm_lms_norm_q31(
    S: *mut arm_lms_norm_instance_q31,
    pSrc: *const q31_t,
    pRef: *mut q31_t,
    pOut: *mut q31_t,
    pErr: *mut q31_t,
    blockSize: u32
)

@brief Processing function for Q31 normalized LMS filter. @param[in] S points to an instance of the Q31 normalized LMS filter structure. @param[in] pSrc points to the block of input data. @param[in] pRef points to the block of reference data. @param[out] pOut points to the block of output data. @param[out] pErr points to the block of error data. @param[in] blockSize number of samples to process.