Interface | Description |
---|---|
CovarianceMatrixProvider |
Provider for process noise matrices.
|
KalmanEstimation |
Interface for accessing
Kalman filter estimations. |
KalmanObserver |
Observer for
Kalman filter estimations. |
Class | Description |
---|---|
AbstractCovarianceMatrixProvider |
Abstract provider handling a predefined initial covariance matrix.
|
ConstantProcessNoise |
Provider for constant process noise matrices.
|
KalmanEstimator |
Implementation of a Kalman filter to perform orbit determination.
|
KalmanEstimatorBuilder |
Builder for a Kalman filter estimator.
|
MeasurementDecorator |
Decorator adding
Measurement API to an ObservedMeasurement . |
Model |
Class defining the process model dynamics to use with a
KalmanEstimator . |
UnivariateProcessNoise |
Provider for a temporal evolution of the process noise matrix.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.