Interface Model_C_IEEE_802_11_rev3_Input
-
public interface Model_C_IEEE_802_11_rev3_Input
-
-
Field Summary
Fields Modifier and Type Field Description static double
distanceToBP
static double
logNormAfter
static double
logNormBefore
static boolean
variations
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
distanceToBP()
double
logNormAfter()
double
logNormBefore()
boolean
variations()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
distanceToBP
static final double distanceToBP
- See Also:
- Constant Field Values
-
logNormBefore
static final double logNormBefore
- See Also:
- Constant Field Values
-
logNormAfter
static final double logNormAfter
- See Also:
- Constant Field Values
-
-