file:///D:/System%20Workbench/STM32CubeF1-master/Drivers/CMSIS/docs/DSP/html/group__mean.html
Descriptionคำนวณค่าเฉลี่ยของ the input vector. Mean ถูกกำหนดเป็นค่าเฉลี่ยขององค์ประกอบใน the vector. The underlying algorithm ถูกใช้ :
Result = (pSrc[0] + pSrc[1] + pSrc[2] + ... + pSrc[blockSize-1]) / blockSize;
มีฟังชั่นที่แยกกันสำหรับ floating-point, Q31, Q15, and Q7 data types.