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