1.1.2.12 mchp_sub_q31()
void mchp_sub_q31 (const q31_t * pSrcA, const q31_t * pSrcB, q31_t * pDst, uint32_t blockSize)
Q31 vector subtraction.
| 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.
