1.7.2.1 mchp_copy_f32()
void mchp_copy_f32 (const float32_t * pSrc, float32_t * pDst, uint32_t blockSize)
Copies the elements of a single-precision floating-point vector.
Performs: pDst[n] = pSrc[n] for n = 0 .. blockSize-1
| in | pSrc |
input pointer (source buffer) |
| out | pDst |
output pointer (destination buffer) |
| in | blockSize |
number of samples to process |
Note:
Source and destination buffers must not overlap.
