Click or drag to resize

SphericalTabularGainDataGetGainDecibel Method

Gets the gain value in decibel units at the given phi, theta indices.

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 double GetGainDecibel(
	int phiIndex,
	int thetaIndex
)

Parameters

phiIndex
Type: SystemInt32
The desired phi index.
thetaIndex
Type: SystemInt32
the desired theta index.

Return Value

Type: Double
The gain in decibel units.
Remarks
This represents an exception in the library which otherwise uses linear units. The gain values are held in decibels because the interpolation scheme interpolates in decibels rather than linear units. The gain produced by the evaluate method is still in linear units.
See Also