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.

28069如何使用FPU和VCU来加速

Other Parts Discussed in Thread: CONTROLSUITE

你好,请问有相关的培训教程介绍吗?相比于CLA,这两个不容易理解。谢谢

  • jiahui jiang,

    在controlSUITE中有例程和User's Guide,路径是:C:\ti\controlSUITE\libs\dsp,在FPU和VCU各自的文件夹下的doc文件夹中有User's Guide文件

  • Jiahui

    FPU就是浮点运算单元,当程序中使用浮点数运算的时候,编译后会通过FPU去操作。

    VCU是维特比解码,复数运算的硬件加速器。

    Eric