Class RobustRssiRadioSourceEstimator.Solution<P extends com.irurueta.geometry.Point<?>>

java.lang.Object
com.irurueta.navigation.indoor.radiosource.RobustRssiRadioSourceEstimator.Solution<P>
Type Parameters:
P - a Point type.
Enclosing class:
RobustRssiRadioSourceEstimator<S extends RadioSource,P extends com.irurueta.geometry.Point<P>>

protected static class RobustRssiRadioSourceEstimator.Solution<P extends com.irurueta.geometry.Point<?>> extends Object
Contains a solution obtained during robust estimation for a subset of samples.
  • Field Details

    • mEstimatedPosition

      private final P extends com.irurueta.geometry.Point<?> mEstimatedPosition
      Estimated position for a subset of samples.
    • mEstimatedTransmittedPowerdBm

      private final double mEstimatedTransmittedPowerdBm
      Estimated transmitted power expressed in dBm's for a subset of samples.
    • mEstimatedPathLossExponent

      private final double mEstimatedPathLossExponent
      Estimated path loss exponent for a subset of samples.
  • Constructor Details

    • Solution

      public Solution(P estimatedPosition, double estimatedTransmittedPowerdBm, double estimatedPathLossExponent)
      Constructor.
      Parameters:
      estimatedPosition - estimated position for a subset of samples.
      estimatedTransmittedPowerdBm - estimated transmitted power expressed in dBm's for a subset of samples.
      estimatedPathLossExponent - estimated path loss exponent.
  • Method Details

    • getEstimatedPosition

      public P getEstimatedPosition()
      Gets estimated position for a subset of samples.
      Returns:
      estimated position for a subset of samples.
    • getEstimatedTransmittedPowerdBm

      public double getEstimatedTransmittedPowerdBm()
      Gets estimated transmitted power expressed in dBm's for a subset of samples.
      Returns:
      estimated transmitted power expressed in dBm's for a subset of samples.
    • getEstimatedPathLossExponent

      public double getEstimatedPathLossExponent()
      Gets estimated path loss exponent.
      Returns:
      estimated path loss exponent.