Class GNSSKalmanEpochEstimatorTest

java.lang.Object
com.irurueta.navigation.gnss.GNSSKalmanEpochEstimatorTest

class GNSSKalmanEpochEstimatorTest extends Object
  • Field Details

  • Constructor Details

    • GNSSKalmanEpochEstimatorTest

      GNSSKalmanEpochEstimatorTest()
  • Method Details

    • testEstimate

      @Test void testEstimate() throws com.irurueta.algebra.AlgebraException
      Throws:
      com.irurueta.algebra.AlgebraException
    • testEstimateWithKalmanState

      @Test void testEstimateWithKalmanState() throws com.irurueta.algebra.AlgebraException
      Throws:
      com.irurueta.algebra.AlgebraException
    • estimate

      private void estimate(List<GNSSMeasurement> measurements, GNSSEstimation previousEstimation, com.irurueta.algebra.Matrix previousCovariance, GNSSKalmanConfig config, GNSSEstimation updatedEstimation, com.irurueta.algebra.Matrix updatedCovariance) throws com.irurueta.algebra.AlgebraException
      Throws:
      com.irurueta.algebra.AlgebraException