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