Posts: 1
Threads: 1
Joined: Nov 2024
Institution: Chatrabhuj Narsee School
I'm working on a bifilar pendulum's damping, and I have taken 60+ readings with the Phyphox gyroscope just to realise that it measures rad/s v/s time and not rad v/s time which is what I need to calculate for damping. Is there any way I can use all this data in CSV to convert it to displacement v/s time?
Posts: 543
Threads: 24
Joined: Apr 2020
Institution: RWTH Aachen University
You could numerically integrate the rotation rate data. There are plenty of algorithms on how to do this. Alternatively, you could have a look at
https://phyphox.org/forums/showthread.php?tid=1816 and the referenced thread therein that might provide a solution within phyphox.
Please note the comment at
https://phyphox.org/wiki/index.php/Integ...celeration being equally well true here: numerical integration could quickly run off…