KalmanHeadingFilter

class KalmanHeadingFilter(filterSigma: Double = 9.0) : KalmanFilter

Constructors

Link copied to clipboard
constructor(filterSigma: Double = 9.0)

Functions

Link copied to clipboard
fun process(newVector: DoubleArray, newTimestamp: Long, newAccuracy: Double): DoubleArray
fun process(newVector: Double, newTimestamp: Long, newAccuracy: Double): Double
Link copied to clipboard
fun reset()