12-12-2016 11:36 PM
I want to interpolate points in an array consisting of angles in degrees. The challenge is that when for example one element is 358 deg and the next is 2deg, the interpolation tends to insert an angle say 180 deg in between the two because it does not know that the absolute difference in the two angles is just 4deg. What I would like to see in between is a value like 359 deg or 1deg ( taking the shorter path) I am using the 1D interpolation vi. Any way around this ?
Solved! Go to Solution.
12-13-2016 12:03 AM
12-13-2016 12:10 AM
Or use this one:
http://zone.ni.com/reference/en-XX/help/371361H-01/gmath/wrap_angle/
12-13-2016 12:54 PM