1.4.2.7 mchp_correlate_f32()
void mchp_correlate_f32 (const float32_t * pSrcA, uint32_t srcALen, const float32_t * pSrcB, uint32_t srcBLen, float32_t * pDst)
Correlation of single-precision floating-point sequences.
| 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 = 2 * max(srcALen, srcBLen) - 1) |
