1.1.2.6 mchp_mult_q31()
void mchp_mult_q31 (const q31_t * pSrcA, const q31_t * pSrcB, q31_t * pDst, uint32_t blockSize)
Q31 vector multiplication.
| in | pSrcA |
points to the first input vector |
| in | pSrcB |
points to the second input vector |
| out | pDst |
points to the output vector |
| in | blockSize |
number of samples in each vector |
Note:
All input and output arrays must be at least blockSize elements long.
