1.4.2.32 mchp_lms_norm_f32()

void mchp_lms_norm_f32 (mchp_lms_norm_instance_f32 * S, const float32_t * pSrc, float32_t * pRef, float32_t * pOut, float32_t * pErr, uint32_t blockSize)

Processing function for single-precision floating-point normalized LMS filter.

Parameters:
in S

Points to an instance of the single-precision floating-point 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