Package org.seamcat.model.plugin.antenna
Interface BeamFormingElementInput
-
public interface BeamFormingElementInput
-
-
Field Summary
Fields Modifier and Type Field Description static double
azimuthBeamwidth
static double
elevationBeamwidth
static double
frontBackRatio
static double
peakGain
static double
sideLobeLevelLimit
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
azimuthBeamwidth()
double
elevationBeamwidth()
double
frontBackRatio()
double
peakGain()
double
sideLobeLevelLimit()
-
-
-
Field Detail
-
peakGain
static final double peakGain
- See Also:
- Constant Field Values
-
azimuthBeamwidth
static final double azimuthBeamwidth
- See Also:
- Constant Field Values
-
elevationBeamwidth
static final double elevationBeamwidth
- See Also:
- Constant Field Values
-
frontBackRatio
static final double frontBackRatio
- See Also:
- Constant Field Values
-
sideLobeLevelLimit
static final double sideLobeLevelLimit
- See Also:
- Constant Field Values
-
-