Click or drag to resize

GaussianOpticalGainPatternComputeMaximumGain Method

Computes the maximum antenna gain using the equation (4 * PI * ApertureArea * Efficiency) / wavelength^2. ApertureArea is computed as (PI * ApertureDiameter^2) / 4

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double ComputeMaximumGain(
	double apertureDiameter,
	double efficiency,
	double wavelength
)

Parameters

apertureDiameter
Type: SystemDouble
The diameter of the optical circular aperture.
efficiency
Type: SystemDouble
The efficiency of the optical antenna.
wavelength
Type: SystemDouble
The wavelength of interest.

Return Value

Type: Double
The computed maximum on axis optical gain.
See Also