Other Parts Discussed in Thread: MATHLIB 关于C66x的dsplib、mathlib、imglib函数库具体用法的说明手册,在哪里能够下载啊?只找到一个C64关于dsplib的文档,
TMS320C64x+ DSP Little-Endian Library Programmer's Reference
Other Parts Discussed in Thread: MATHLIB 在调试开发板的算法例程时候rebuild的过程中发现的问题。
提示说无法找到这个文件,我后来才发现mathlib.h中写了
#include <ti/mathlib/src/atan2dp/atan2dp.h> #include <ti/mathlib/src/atan2sp/atan2sp.h> #include <ti/mathlib/src/atandp/atandp.h>…
Other Parts Discussed in Thread: MATHLIB 在使用C6748的mathlib时遇到问题。首先包含了mathlib.h,然后又包含了mathlib.a674库,并且连接路径正确。
当使用sqrtsp_v函数的时候没有问题,能够正常编译、运算结果正确,cossp_v、divsp_v等函数都正确。
当使用logsp_v的时候就会出现问题,提示出现unresolved symbol,请问是什么原因造成的呢?点击函数是可以链接到相应的头文件的,只是编译不过去。
Other Parts Discussed in Thread: MATHLIB 尊敬的各位:
大家好,我在CCS中使用TI提供的mathlib的时候,尝试使用了其中的几个函数,发现了一些问题,不知道怎么解决。
例如b=powsp(-0.001218922,2); 查看b得到的值得时候,得到b=+inf。这个结论明显是错误的。在使用双精度powdp的时候得到的结果是0.000000,这个结果也不对。
另外,在使用e指数,expsp的时候也有问题,expsp(1)得到的结果是2…
Other Parts Discussed in Thread: MATHLIB 我在使用mathlib (version:2.01. 00.0)的例子程序sinsp时编译出错,错误如下:
GROUP(NEAR_DP_RELATIVE >> C:\\c67xmathlib_2_01_00_00\\src\\sp\\sinsp\\sinsp.cmd, line 42: error: syntax error >> C:\\c67xmathlib_2_01_00_00\\src\\sp\\sinsp…