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.2.419.0 (24.2.419.0)
Syntax public double GetGainDecibel(
int phiIndex,
int thetaIndex
)
Public Function GetGainDecibel (
phiIndex As Integer,
thetaIndex As Integer
) As Double
public:
double GetGainDecibel(
int phiIndex,
int thetaIndex
)
member GetGainDecibel :
phiIndex : int *
thetaIndex : int -> float
Parameters
- phiIndex
- Type: SystemInt32
The desired phi index. - thetaIndex
- Type: SystemInt32
the desired theta index.
Return Value
Type:
DoubleThe 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