MCPcopy Create free account
hub / github.com/Bresiu/KalmanFilter / process

Method process

src/KalmanFilter.java:46–76  ·  view source on GitHub ↗

Kalman filter processing for latitude and longitude newLatitude - new measurement of latitude newLongitude - new measurement of longitude accuracy - measurement of 1 standard deviation error in meters newTimeStamp - time of measurement in millis

(float newSpeed, double newLatitude, double newLongitude, long newTimeStamp, float newAccuracy)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

onLocationUpdateMethod · 0.95

Calls 2

setStateMethod · 0.95
exportNewPointMethod · 0.95

Tested by

no test coverage detected