phyphox Forums

Full Version: Help with acceleration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I wanted to ask what exactly is the equation from which the absolute acceleration with g in the xyz field results?
Thanks
Grigoris
See also Tuesday's mail: The absolute value is computed by a simple Pythagoras of the x-, y-, and z-component of the acceleration sensor data, so a classical vector length…

In programming terms: abs_a = sqrt(ax**2+ay**2+az**2)