1.4.2.36 mchp_lms_q31()

void mchp_lms_q31 (const mchp_lms_instance_q31 * S, const q31_t * pSrc, q31_t * pRef, q31_t * pOut, q31_t * pErr, uint32_t blockSize)

Processing function for Q31 LMS filter.

Parameters:
in S

points to an instance of the Q31 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.