1.4.2.35 mchp_lms_norm_q31()

void mchp_lms_norm_q31 (mchp_lms_norm_instance_q31 * S, const q31_t * pSrc, q31_t * pRef, q31_t * pOut, q31_t * pErr, uint32_t blockSize)

Processing function for Q31 normalized LMS filter.

Parameters:
in S

points to an instance of the Q31 normalized LMS filter structure.

in pSrc

points to the block of input data.

in pRef

points to the block of reference data.

out pOut

points to the block of output data.

out pErr

points to the block of error data.

in blockSize

number of samples to process.