[][src]Function cmsis_dsp_sys_pregenerated::arm_lms_norm_f32

pub unsafe extern "C" fn arm_lms_norm_f32(
    S: *mut arm_lms_norm_instance_f32,
    pSrc: *const float32_t,
    pRef: *mut float32_t,
    pOut: *mut float32_t,
    pErr: *mut float32_t,
    blockSize: u32
)

@brief Processing function for floating-point normalized LMS filter. @param[in] S points to an instance of the floating-point 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.