public interface KalmanEstimation
卡尔曼滤波器
估计的接口。用于表征状态和矩阵的“物理”术语用于与执行计算时使用的“标准化”状态和矩阵相对应。
ParameterDriversList getEstimatedOrbitalParameters()
ParameterDriversList getEstimatedPropagationParameters()
ParameterDriversList getEstimatedMeasurementsParameters()
SpacecraftState[] getPredictedSpacecraftStates()
SpacecraftState[] getCorrectedSpacecraftStates()
org.hipparchus.linear.RealVector getPhysicalEstimatedState()
org.hipparchus.linear.RealMatrix getPhysicalEstimatedCovarianceMatrix()
org.hipparchus.linear.RealMatrix getPhysicalStateTransitionMatrix()
org.hipparchus.linear.RealMatrix getPhysicalMeasurementJacobian()
org.hipparchus.linear.RealMatrix getPhysicalInnovationCovarianceMatrix()
org.hipparchus.linear.RealMatrix getPhysicalKalmanGain()
int getCurrentMeasurementNumber()
AbsoluteDate getCurrentDate()
EstimatedMeasurement<?> getPredictedMeasurement()
此估计已在最后预测的轨道上进行评估
EstimatedMeasurement<?> getCorrectedMeasurement()
此估计已在最后校正的轨道上进行评估
Copyright © 2002-2023 CS GROUP. All rights reserved.