Package com.irurueta.navigation.indoor
Class AltBeaconUtilsTest
java.lang.Object
com.irurueta.navigation.indoor.AltBeaconUtilsTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) voidtestGetK()(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
MIN_FREQUENCY
private static final double MIN_FREQUENCY- See Also:
-
MAX_FREQUENCY
private static final double MAX_FREQUENCY- See Also:
-
MIN_PATH_LOSS
private static final double MIN_PATH_LOSS- See Also:
-
MAX_PATH_LOSS
private static final double MAX_PATH_LOSS- See Also:
-
MIN_K
private static final double MIN_K- See Also:
-
MAX_K
private static final double MAX_K- See Also:
-
MIN_C1
private static final double MIN_C1- See Also:
-
MAX_C1
private static final double MAX_C1- See Also:
-
MIN_C2
private static final double MIN_C2- See Also:
-
MAX_C2
private static final double MAX_C2- See Also:
-
MIN_C3
private static final double MIN_C3- See Also:
-
MAX_C3
private static final double MAX_C3- See Also:
-
MIN_RATIO
private static final double MIN_RATIO- See Also:
-
MAX_RATIO
private static final double MAX_RATIO- See Also:
-
MIN_POWER
private static final double MIN_POWER- See Also:
-
MAX_POWER
private static final double MAX_POWER- See Also:
-
MIN_DISTANCE
private static final double MIN_DISTANCE- See Also:
-
MAX_DISTANCE
private static final double MAX_DISTANCE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
AltBeaconUtilsTest
AltBeaconUtilsTest()
-
-
Method Details
-
testGetK
@Test void testGetK() -
testGetKWithCoefficients
@Test void testGetKWithCoefficients() -
testGetFrequency
@Test void testGetFrequency() -
testGetFrequencyWithCoefficients
@Test void testGetFrequencyWithCoefficients() -
testGetPathLossExponent
@Test void testGetPathLossExponent() -
testGetDistance
@Test void testGetDistance() -
testGetDistanceWithPower
@Test void testGetDistanceWithPower() -
testGetRatio
@Test void testGetRatio() -
testGetRatioWithPower
@Test void testGetRatioWithPower() -
testGetReceivedPower
@Test void testGetReceivedPower() -
testGetReceivedPowerWithCoefficients
@Test void testGetReceivedPowerWithCoefficients() -
testGetTransmittedPower
@Test void testGetTransmittedPower() -
testGetTransmittedPowerWithCoefficients
@Test void testGetTransmittedPowerWithCoefficients() -
testGetCoefficient1
@Test void testGetCoefficient1() -
testGetCoefficient1WithFrequency
@Test void testGetCoefficient1WithFrequency() -
testGetCoefficient2
@Test void testGetCoefficient2()
-