Hello,
I am using the TI library of PARK.C in which there is a parameter called
_iq Angle; // Input: rotating angle (pu)
I 'd like to know how to calculate this PU. for example if the angle is pi/6, then Angle of Park.c should be calculated as (pi/6)/(2pi) = 0.083. Is my understanding correct?
Then, how to interprete the _iq number in the watch window, in other words, what am I supposed to see the 0.083 as a _iq number in the watch window?
Thanks