1.4.2.29 mchp_lms_f32()
void mchp_lms_f32 (const mchp_lms_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 LMS filter.
| in | S |
Points to an instance of the single-precision floating-point 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 |
