类 ExtendedKalmanFilter<T extends Measurement>

java.lang.Object
org.hipparchus.filtering.kalman.AbstractKalmanFilter<T>
org.hipparchus.filtering.kalman.extended.ExtendedKalmanFilter<T>
类型参数:
T - 测量的类型
所有已实现的接口:
KalmanFilter<T>

public class ExtendedKalmanFilter<T extends Measurement> extends AbstractKalmanFilter<T>
非线性过程的卡尔曼滤波器。
从以下版本开始:
1.3
  • 构造器详细资料

    • ExtendedKalmanFilter

      public ExtendedKalmanFilter(MatrixDecomposer decomposer, NonLinearProcess<T> process, ProcessEstimate initialState)
      简单构造函数。
      参数:
      decomposer - 用于校正阶段的分解器
      process - 要估计的非线性过程
      initialState - 初始状态
  • 方法详细资料