Package | Description |
---|---|
org.seamcat.model.plugin.antenna |
Modifier and Type | Method and 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 gain
if (Math.abs(horiGain - vertiGain) < 3){ |
Modifier and Type | Method and 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 gain
if (Math.abs(horiGain - vertiGain) < 3){ |
Copyright © 2018. All rights reserved.