02-03-2023, 11:31 AM
I am not aware of such an experiment. For a start, you could select the sensors you need in a “simple experiment” (via “+” in the menu) and delete unnecessary graphs from the corresponding XML file.
Speed and direction of travel is given by GPS (location), for vertical (in what reference frame?) and pitch acceleration (or do you mean rate of change?) the linear acceleration and gyroscope should do. Pitch and roll angle are not directly accessible in vanilla phyphox. Check the implementation for yaw, pitch, and roll angles from the attitude (or orientation) sensor at https://phyphox.org/wiki/index.php/Attitude_sensor, the pitch acceleration could also be derived from the pitch angle here by some math magic (https://phyphox.org/wiki/index.php/Analy...ules#loess comes to mind: smooths data and provides the first two derivatives).
Speed and direction of travel is given by GPS (location), for vertical (in what reference frame?) and pitch acceleration (or do you mean rate of change?) the linear acceleration and gyroscope should do. Pitch and roll angle are not directly accessible in vanilla phyphox. Check the implementation for yaw, pitch, and roll angles from the attitude (or orientation) sensor at https://phyphox.org/wiki/index.php/Attitude_sensor, the pitch acceleration could also be derived from the pitch angle here by some math magic (https://phyphox.org/wiki/index.php/Analy...ules#loess comes to mind: smooths data and provides the first two derivatives).