Skip to main content

All Questions

Tagged with
0 votes
0 answers
38 views

Force-simulation for graph layout: How to avoid particle collapsing into a single point?

In a force-based graph-layout simulation using Barnes-Hut, what are the conditions for collapse? With collapse I mean multiple (or even all) nodes "collapsing" into a single point. Is there ...
skep's user avatar
  • 1
0 votes
2 answers
99 views

Equations of motion: Calculate location of point [closed]

The scenario is that a user is dragging an object on a touchscreen. I want to calculate the position of the object as the finger drags it across the screen. I also want to account for any acceleration ...
david_adler's user avatar
1 vote
0 answers
686 views

Using the Kalman filter given acceleration to estimate position and velocity [closed]

I am reading data from an accelerometer. I want to use this data to estimate velocity and position. Originally, I performed a double integration of acceleration to read this data, and as confirmed by ...
angryip's user avatar
  • 113
3 votes
1 answer
516 views

How to measure trajectory regularity? [closed]

I have two animal running trajectories. A regular one with repeated back and forth running between point A and B, like the one on top in the figure. The other one is very irregular, animal paused and ...
sgyf's user avatar
  • 43
2 votes
1 answer
2k views

Applying velocity Verlet algorithm

I want to implement a simple particules system using the velocity form of the Verlet algorithm as integrator. Initial conditions at $t=0$ for a given particule $p$: mass: $ m $ position: $\...
abernier's user avatar
  • 131