I'm working with the matricial operation and I want to use for my first time the dsp.h library. I'm in the Harmony framework. From the Harmony Help - Math Libraries I found the DSP_VectorDotp32() function:
int32_t DSP_VectorDotp32(int32_t * indata1, int3..
↧