Hi !
I have problem with using trigonometric functions: sin(), cos() and atan2() on F28069M microcontroller.
When I generate phase angle in 200 samples from range (-pi, pi) or (0, 2*pi):
and use sin(angle) from math.h the result is as follows:
and cos(angle):
with atan2() function I have similar issue. What could be the explanation and solution?
Kamil M.