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.

如何在定点DSPc64x系列提高浮点计算?



使用定点DSPC6455,由于实时性要求,现有浮点运算速率并不能达到要求,又由于算法中含有大量浮点运算,因此想要了解有没有可以提高浮点运算的函数库。最近了解到IQmath库可以将浮点转换为定点,计算出结果后再转化为浮点结果。为了保证算法精度,又不溢出,就需要不断改变_IQn的n值,因而要重构整个程序。想问一下还有没有其他的方法可以提高运算速率?