phyphox Forums
Help with acceleration - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: Discussion (https://phyphox.org/forums/forumdisplay.php?fid=1)
+--- Forum: Experiments and Ideas (https://phyphox.org/forums/forumdisplay.php?fid=4)
+--- Thread: Help with acceleration (/showthread.php?tid=1529)



Help with acceleration - grigoris vasileiou - 03-17-2022

Hello
I wanted to ask what exactly is the equation from which the absolute acceleration with g in the xyz field results?
Thanks
Grigoris


RE: Help with acceleration - Jens Noriʇzsɔɥ - 03-17-2022

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)