CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
void | csky_abs_max_q15 (q15_t *pSrc, q15_t *pDst, uint32_t blockSize) |
Q15 vector absolute max value. More... | |
void | csky_abs_max_q31 (q31_t *pSrc, q31_t *pDst, uint32_t blockSize) |
Q31 vector absolute max value. More... | |
compute the absolute value of every element, and return the maxmum value of them.
*pDst = max(abs(pSrc[n])), 0 <= n < blockSize.
support for q15 and q31 format.
[in] | *pSrc | points to the input buffer |
[out] | *pDst | points to the output buffer |
[in] | blockSize | number of samples in each vector |
Scaling and Overflow Behavior:
[in] | *pSrc | points to the input buffer |
[out] | *pDst | points to the output buffer |
[in] | blockSize | number of samples in each vector |
Scaling and Overflow Behavior: