STM32F1 CMSIS DSP Basic Math Functions

Started by tha, July 13, 2021, 01:28:14 PM

Previous topic - Next topic

tha


tha


tha



tha


tha

file:///D:/System%20Workbench/STM32CubeF1-master/Drivers/CMSIS/docs/DSP/html/group__negate.html



Description

ทำให้เป็นลบ the elements of a vector.

    pDst[n] = -pSrc[n],   0 <= n < blockSize.

The functions รองรับการคำนวณแบบแทนที่ยอมให้ the source and destination pointers อ้างอิงไปยัง the same memory buffer. มีฟั่งชั่นที่แยกกันสำหรับ floating-point, Q7, Q15, and Q31 data types.

tha


tha


tha