CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
q15_t | csky_dsp_lib_vec_max_abs16 (q15_t *A, uint32_t N) |
Q15 vector absolute max value. More... | |
q31_t | csky_dsp_lib_vec_max_abs32 (q31_t *A, uint32_t N) |
Q31 vector absolute max value. More... | |
compute the absolute value of every element, and return the maxmum value of them.
Result = max(abs(*(A+i))), 0 <= i < N.
support for q15 and q31 format.
[in] | *A | points to the input buffer |
[in] | N | number of samples in each vector |
Scaling and Overflow Behavior:
[in] | *A | points to the input buffer |
[in] | N | number of samples in each vector |
Scaling and Overflow Behavior: