1.4.2.6 mchp_conv_q31()

void mchp_conv_q31 (const q31_t * pSrcA, uint32_t srcALen, const q31_t * pSrcB, uint32_t srcBLen, q31_t * pDst)

Convolution of Q31 sequences.

Parameters:
in pSrcA

points to the first input sequence.

in srcALen

length of the first input sequence.

in pSrcB

points to the second input sequence.

in srcBLen

length of the second input sequence.

out pDst

points to the location where the output result is written. Length srcALen+srcBLen-1.