1.4.2.5 mchp_conv_f32()

void mchp_conv_f32 (const float32_t * pSrcA, uint32_t srcALen, const float32_t * pSrcB, uint32_t srcBLen, float32_t * pDst)

Convolution of single-precision floating-point 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 block of output data (Length = srcALen + srcBLen - 1)