1.

Which of the formulae give us the angle of inclination in the ADXL-335?

A. theta=atan(X_Value/sqrt((Y_Value*Y_Value)+(Z_Value*Z_Value)))
B. theta=atan(X_Value/sqrt((Y_Value*Y_Value)*(Z_Value*Z_Value)))
C. theta=atan(X_Value/sqrt((Y_Value)+(Z_Value*Z_Value)))
D. theta=atan(X_Value/sqrt((Y_Value*Y_Value)+(Z_Value)))
Answer» B. theta=atan(X_Value/sqrt((Y_Value*Y_Value)*(Z_Value*Z_Value)))


Discussion

No Comment Found