This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi C2000 Champs,
I want to do a matrix multiplication at 10MHz (integer, not complex). Still not sure 100% if I can do that with C2000 and if we have a library.
Is there any documentations about the cycles needed for matrix multiplication?
Regards,
Kien Nguyen
Hi Kien,
Yes you can. In C2000ware, please check the FPU DSP library located at <c2000ware>/libraries/dsp/FPU/c28/docs. It has benchmarks that you can refer to.
-Shantanu