Uses of Class
com.irurueta.navigation.gnss.GNSSKalmanState
Packages that use GNSSKalmanState
-
Uses of GNSSKalmanState in com.irurueta.navigation.gnss
Fields in com.irurueta.navigation.gnss declared as GNSSKalmanStateModifier and TypeFieldDescriptionprivate GNSSKalmanStateGNSSKalmanFilteredEstimator.stateCurrent Kalman filter state containing current GNSS estimation along with Kalman filter covariance error matrix.Methods in com.irurueta.navigation.gnss that return GNSSKalmanStateModifier and TypeMethodDescriptionstatic GNSSKalmanStateGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, double propagationInterval, GNSSKalmanState previousState, GNSSKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static GNSSKalmanStateGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, GNSSKalmanState previousState, GNSSKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.GNSSKalmanFilteredEstimator.getState()Gets current Kalman filter state containing current GNSS estimation along with Kalman filter covariance error matrix.static GNSSKalmanStateGNSSKalmanInitializer.initialize(GNSSEstimation estimation, GNSSKalmanConfig config) Initializes GNSS Kalman filter state.Methods in com.irurueta.navigation.gnss with parameters of type GNSSKalmanStateModifier and TypeMethodDescriptionvoidGNSSKalmanState.copyFrom(GNSSKalmanState input) Copies data of provided instance into this instance.voidGNSSKalmanState.copyTo(GNSSKalmanState output) Copies this instance data into provided instance.booleanGNSSKalmanState.equals(GNSSKalmanState other) Checks if provided instance has exactly the same contents as this instance.booleanGNSSKalmanState.equals(GNSSKalmanState other, double threshold) Checks if provided instance has contents similar to this instance up to provided threshold value.static GNSSKalmanStateGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, double propagationInterval, GNSSKalmanState previousState, GNSSKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, double propagationInterval, GNSSKalmanState previousState, GNSSKalmanConfig config, GNSSKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static GNSSKalmanStateGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, GNSSKalmanState previousState, GNSSKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, GNSSKalmanState previousState, GNSSKalmanConfig config, GNSSKalmanState result) Estimates the update of Kalman filter state and covariance matrix fo a single epoch.booleanGNSSKalmanFilteredEstimator.getState(GNSSKalmanState result) Gets current Kalman filter state containing current GNSS estimation along with Kalman filter covariance error matrix.static voidGNSSKalmanInitializer.initialize(GNSSEstimation estimation, GNSSKalmanConfig config, GNSSKalmanState result) Initializes GNSS Kalman filter state.Constructors in com.irurueta.navigation.gnss with parameters of type GNSSKalmanState