1.请问一下为什么我打不开CFFT_f32_sincostable(hnd_cfft);这个函数的代码,还是例程里本来就没有。
2.请问我使用dsp28335的fpu功能的话,使用了fpu相关的库文件,还需要使用iqmath库文件吗?
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.
1.请问一下为什么我打不开CFFT_f32_sincostable(hnd_cfft);这个函数的代码,还是例程里本来就没有。
2.请问我使用dsp28335的fpu功能的话,使用了fpu相关的库文件,还需要使用iqmath库文件吗?
您好!
1.CFFT_f32_sincostable这个函数应该是在FPU库文件里的。
2.如果您只用FPU不用IQmath的话是不需要添加IQMath的库文件的。
而且编译时出现unresolved symbol -atan2,first referenced in./Source/CFFT_f32_phase.obj报错,应该怎么解决呢