Hello everyone, I want to calculate atan2 function with my dsPIC and i thought that it could be done with a Look Up Table since it doesn't have much spare time in the loop. So i declared a matrix like " float LUT_arctan2; " and i wrote a function to fill ..
↧