toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.geoengine.filters
/
KalmanLocationFilter
Kalman
Location
Filter
class
KalmanLocationFilter
(
filterSigma
:
Double
=
6.0
)
:
KalmanFilter
Members
Constructors
Kalman
Location
Filter
Link copied to clipboard
constructor
(
filterSigma
:
Double
=
6.0
)
Functions
process
Link copied to clipboard
fun
process
(
newVector
:
DoubleArray
,
newTimestamp
:
Long
,
newAccuracy
:
Double
)
:
DoubleArray
fun
process
(
newVector
:
LngLatAlt
,
newTimestamp
:
Long
,
newAccuracy
:
Double
)
:
LngLatAlt
reset
Link copied to clipboard
fun
reset
(
)