I am using 28335, want to use sqrt functions to calculate the power after ADC read, included iqmath.h but still it gives error ?
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.
I am using 28335, want to use sqrt functions to calculate the power after ADC read, included iqmath.h but still it gives error ?
Hi, Gajanan
I am using F28335 as well. It is very cool DSP.
Since 28335 is floating, if you don't plan to reuse the code on other TI's fixed-point DSP, you can ignore 'iqmath.h' . Just include 'math.h', and call sqrt() function as normal ANSI C.
Best wishes
Qian