Class KalmanFilter

  • All Implemented Interfaces:
    ValueFilter

    public class KalmanFilter
    extends java.lang.Object
    implements ValueFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double filter​(double value)  
      double get()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KalmanFilter

        public KalmanFilter​(double kQ,
                            double kR)
      • KalmanFilter

        public KalmanFilter()
    • Method Detail

      • filter

        public double filter​(double value)
        Specified by:
        filter in interface ValueFilter
      • get

        public double get()
        Specified by:
        get in interface ValueFilter