CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
q63_t | csky_dsp_lib_vec_sum16 (q15_t *A, uint32_t N) |
Q15 vector summation. More... | |
q63_t | csky_dsp_lib_vec_sum31 (q31_t *A, uint32_t N) |
Q31 vector summation. More... | |
Compute the summation of all the elements of the Vector, the computaional process is:
for(i = 0; i < N; i++) { result += *(A+i); }
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: