Uses of Class
com.irurueta.navigation.gnss.GNSSKalmanConfig
Packages that use GNSSKalmanConfig
-
Uses of GNSSKalmanConfig in com.irurueta.navigation.gnss
Fields in com.irurueta.navigation.gnss declared as GNSSKalmanConfigModifier and TypeFieldDescriptionprivate GNSSKalmanConfigGNSSKalmanFilteredEstimator.configGNSS Kalman filter configuration parameters (usually obtained through calibration).Methods in com.irurueta.navigation.gnss that return GNSSKalmanConfigModifier and TypeMethodDescriptionGNSSKalmanFilteredEstimator.getConfig()Gets GNSS Kalman configuration parameters (usually obtained through calibration).Methods in com.irurueta.navigation.gnss with parameters of type GNSSKalmanConfigModifier and TypeMethodDescriptionvoidGNSSKalmanConfig.copyFrom(GNSSKalmanConfig input) Copies data of provided instance into this instance.voidGNSSKalmanConfig.copyTo(GNSSKalmanConfig output) Copies this instance data into provided instance.booleanGNSSKalmanConfig.equals(GNSSKalmanConfig other) Checks if provided instance has exactly the same contents as this instance.booleanGNSSKalmanConfig.equals(GNSSKalmanConfig other, double threshold) Checks if provided instance has contents similar to this instance up to provided threshold value.static voidGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, double propagationInterval, GNSSEstimation previousEstimation, com.irurueta.algebra.Matrix previousCovariance, GNSSKalmanConfig config, GNSSEstimation updatedEstimation, com.irurueta.algebra.Matrix updatedCovariance) Estimates the update of Kalman filter state and covariance matrix for a single epoch.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 voidGNSSKalmanEpochEstimator.estimate(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, GNSSEstimation previousEstimation, com.irurueta.algebra.Matrix previousCovariance, GNSSKalmanConfig config, GNSSEstimation updatedEstimation, com.irurueta.algebra.Matrix updatedCovariance) 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.getConfig(GNSSKalmanConfig result) Gets GNSS Kalman configuration parameters (usually obtained through calibration).static GNSSKalmanStateGNSSKalmanInitializer.initialize(GNSSEstimation estimation, GNSSKalmanConfig config) Initializes GNSS Kalman filter state.static voidGNSSKalmanInitializer.initialize(GNSSEstimation estimation, GNSSKalmanConfig config, GNSSKalmanState result) Initializes GNSS Kalman filter state.voidGNSSKalmanFilteredEstimator.setConfig(GNSSKalmanConfig config) Sets GNSS Kalman configuration parameters (usually obtained through calibration).Constructors in com.irurueta.navigation.gnss with parameters of type GNSSKalmanConfigModifierConstructorDescriptionGNSSKalmanConfig(GNSSKalmanConfig input) Copy constructor.Constructor.GNSSKalmanFilteredEstimator(GNSSKalmanConfig config, double epochInterval) Constructor.GNSSKalmanFilteredEstimator(GNSSKalmanConfig config, double epochInterval, GNSSKalmanFilteredEstimatorListener listener) Constructor.GNSSKalmanFilteredEstimator(GNSSKalmanConfig config, GNSSKalmanFilteredEstimatorListener listener) Constructor.GNSSKalmanFilteredEstimator(GNSSKalmanConfig config, com.irurueta.units.Time epochInterval) Constructor.GNSSKalmanFilteredEstimator(GNSSKalmanConfig config, com.irurueta.units.Time epochInterval, GNSSKalmanFilteredEstimatorListener listener) Constructor.