79561283

Date: 2025-04-08 06:01:57
Score: 1.5
Natty:
Report link

I'm posting this as an answer only so I can include the charts.

I wrote Python code to do the "integration" simple-mindedly: I subtracted the mean acceleration from the acceleration data, then added acceleration/100 to the velocity at each point, then added velocity/100 to the position. The acceleration looks like: enter image description here

The velocity looks like this: enter image description here

and the position looks like this: enter image description here

I don't see any periodicity in either the velocity or the position. Is this not what you were expecting?

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Tim Roberts