Uses of Interface
org.seamcat.model.plugin.antenna.HorizontalVerticalInput
-
Packages that use HorizontalVerticalInput Package Description org.seamcat.model.plugin.antenna -
-
Uses of HorizontalVerticalInput in org.seamcat.model.plugin.antenna
Methods in org.seamcat.model.plugin.antenna that return types with arguments of type HorizontalVerticalInput Modifier and Type Method Description AntennaGain<HorizontalVerticalInput>
AntennaGainFactory. getHorizontalVerticalAntenna()
HorizontalVerticalAntenna -using default configuration, i.e.AntennaGain<HorizontalVerticalInput>
AntennaGainFactory. getHorizontalVerticalAntenna(HorizontalVerticalInput input, double peakGain)
HorizontalVerticalAntenna horizontal pattern only selected: direct evaluation of the azimuth gain vertical pattern only selected: direct evaluation of the elevation angle if both horizontal and vertical pattern selected, then compute the combined gainif (Math.abs(horiGain - vertiGain) < 3){
  gain = G_max * sqrt(((G_horiz^2) + (G_vert^2))/2)
}else{
  gain = G_max * min(G_horiz,G_vert)
}
Methods in org.seamcat.model.plugin.antenna with parameters of type HorizontalVerticalInput Modifier and Type Method Description AntennaGain<HorizontalVerticalInput>
AntennaGainFactory. getHorizontalVerticalAntenna(HorizontalVerticalInput input, double peakGain)
HorizontalVerticalAntenna horizontal pattern only selected: direct evaluation of the azimuth gain vertical pattern only selected: direct evaluation of the elevation angle if both horizontal and vertical pattern selected, then compute the combined gainif (Math.abs(horiGain - vertiGain) < 3){
  gain = G_max * sqrt(((G_horiz^2) + (G_vert^2))/2)
}else{
  gain = G_max * min(G_horiz,G_vert)
}
-