hello friends,
I am using C6713 floating point DSP with CCS3.0.
I am implementing a program on DSP that was previously implemented on PC in Microsoft Visual C++ 6.0. Everything works fine until we use the SQRT Function, which gives slightly wrong results. For comparison, i am pasting the value that i got problem with.....
PLZ reply soon as i have a very urgent deadline to meet....!!!!
On PC using MSVC 6.0 on Win XP: SQRT(272331606109.836770079975) = 521852.000
On DSP in CCS3.0: SQRT(272331606109.836770079975) = 521850.3
For the record, I have also tried double data type on DSP, but still didn't get any useful result.
All I want to do is to get the exactly same result as I got on PC. Please do reply soon.
Adnan