LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Functions | |
q31_t | tpt_dot_prod_q7xq15 (q7_t *aInDataA, q15_t *aInDataB, uint32_t aCount) |
Dot production of Q7 * Q15 vectors. More... | |
Dot production of Q7 * Q15 vectors.
Dot product of Q7 * Q15 vectors.
aInDataA | Points to the q7_t format input vector. |
aInDataB | Points to the q15 format input vector. |
aCount | Size of the vectors. |
y = x1[0] * x2[0] + x1[1] * x2[1] + x1[2] * x2[2] + ..... + x1[size-1] * x2[size-1]