Modifier and Type | Method and Description |
---|---|
Function |
UserDefinedDistribution.getCdf() |
Function |
StairDistribution.getCdf() |
Modifier and Type | Method and Description |
---|---|
UserDefinedDistribution |
DistributionFactory.getUserDefined(Function cdf) |
StairDistribution |
DistributionFactory.getUserDefinedStair(Function cdf) |
Modifier and Type | Interface and Description |
---|---|
interface |
MaskFunction |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionFactory.constantFunction(double value) |
Function |
FunctionFactory.discreteFunction(List<Point2D> points) |
Function |
LibraryFunctionItem.getFunction() |
Function |
Function.offset(double offset) |
Modifier and Type | Method and Description |
---|---|
BitRateMapping |
FunctionFactory.bitRateMapping(Function function,
Description description) |
BlockingMask |
FunctionFactory.blockingMask(Function function,
Description description) |
<T extends LibraryFunctionItem> |
FunctionFactory.fromClass(Class<T> clazz,
Function function,
Description description) |
IntermodulationRejectionMask |
FunctionFactory.intermodulationRejectMask(Function function,
Description description) |
Modifier and Type | Field and Description |
---|---|
static Function |
Antenna_3GPP_TR_37_840_Input.correlationFactor |
Modifier and Type | Method and Description |
---|---|
Function |
Antenna_3GPP_TR_37_840_Input.correlationFactor() |
Function |
SphericalInput.spherical() |
Modifier and Type | Method and Description |
---|---|
OptionalValue<Function> |
HorizontalVerticalInput.horizontal() |
OptionalValue<Function> |
HorizontalVerticalInput.vertical() |
Modifier and Type | Method and Description |
---|---|
Function |
Collector.getFunction(UniqueValueDef def) |
Modifier and Type | Method and Description |
---|---|
void |
Collector.add(UniqueValueDef def,
Function function)
Add a unique value definition and value
|
Modifier and Type | Method and Description |
---|---|
Function |
Receiver.getIntermodulationRejection() |
Function |
Receiver.getOverloadingMask() |
Function |
Receiver.getPseudoBlockingMask() |
Function |
Receiver.getReceiverFilter() |
Constructor and Description |
---|
Receiver(BlockingMask blockingMask,
double bandwidth,
List<LocalEnvironment> environments,
AntennaGain antennaGain,
Distribution height,
Function pseudoBlockingMask) |
Receiver(BlockingMask blockingMask,
double bandwidth,
List<LocalEnvironment> environments,
AntennaGain antennaGain,
Distribution height,
Function pseudoBlockingMask,
boolean isUsingOverloading,
Function overloading,
boolean isUsingIntermodulation,
Function intermodulation,
double intermodThreshold,
Function filter) |
Modifier and Type | Method and Description |
---|---|
Function |
Results.findFunction(UniqueValueDef def) |
Function |
FunctionResultType.value() |
Constructor and Description |
---|
FunctionResultType(UniqueValueDef def,
Function function) |
Copyright © 2018. All rights reserved.