请问,TI 的IQmath 库和fastRTS lib 库有什么用啊?有人用过没有?
什么时候会用到?
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.
请问,TI 的IQmath 库和fastRTS lib 库有什么用啊?有人用过没有?
什么时候会用到?
当你要提高代码效率和速度的时候, 用IQmath和fast RTS lib, IQmath支持Q格式的算法, 比ANSI C写法更快更有效. fastRTS lib相对于RTS lib而言, 支持浮点算法, 比RTS lib库更快更有效.
For fixed point device (64x+ in this case), it is always preferable to modify the algorithm to use fixed point arithmetic. The floating point emulation kernels that will be called from the RTS support library will be slow. IQMath is a fixed point library and will perform faster as compared to the floating point emulation library. On a fixed point device, the below is what you should try: