gps-filter icon indicating copy to clipboard operation
gps-filter copied to clipboard

Acceleration filter result

Open luigi37 opened this issue 9 years ago • 0 comments

I've found something strange in acceleration filter:

newPoints=GPSaccelerationFilter(newPoints,0,30); //9.3 is from 0 to 100km/h in 3 sec - 5,6 is in 5 sec---

I assume that min and max are expressed in m/s2 Actually I recorded a track during a bicycle trip. I've set min 0 and max 9.3 (which is like a Formula 1 acceleration if I did not make mistakes in calculation) The log is quite precise but I've got many points (70%) removed... I had to increase to 30 to include almost all the points but I think it's weird (too high acc) Did I miss anything?

luigi37 avatar Mar 04 '17 15:03 luigi37