CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
static uint32_t | csky_recip_q31 (q31_t in, q31_t *dst, q31_t *pRecipTable) |
Function to Calculates 1/in (reciprocal) value of Q31 Data type. More... | |
void | csky_lms_norm_q31 (csky_lms_norm_instance_q31 *S, q31_t *pSrc, q31_t *pRef, q31_t *pOut, q31_t *pErr, uint32_t blockSize) |
Processing function for Q31 normalized LMS filter. More... | |