Hi,ti engineer,
I read the 1843 labs demo7,and see the aoa code.
Why do you have to measure the elevation Angle and say it's greater than 1 and less than -1,the code is as follow:
if(Wz > 1)
{
Wz = Wz - 2;
}
else if(Wz < -1)
{
Wz = Wz + 2;
}
What's the theory?
Regards,
Bryant