Click or drag to resize

Ieee1979PolarizationSource Constructor (Double, Double, Double, Double, Double, Boolean, Boolean)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Ieee1979PolarizationSource(
	double[] clockAngleValues,
	double[] coneAngleValues,
	double[,] gainValuesRightHandCircular,
	double[,] gainValuesLeftHandCircular,
	double[,] tiltAngleValues,
	bool gainValuesAreDecibel,
	bool gainInterpolationDecibelScale
)

Parameters

clockAngleValues
Type: SystemDouble
An array of values which represent the clock angle of the spherical coordinate system.
coneAngleValues
Type: SystemDouble
An array of values which represent the cone angle of the spherical coordinate system.
gainValuesRightHandCircular
Type: SystemDouble
A multidimensional array which represents the measured right hand circular gain values. The length of the first dimension of the array must be equal to the length of the clock angles array. The length of the second dimension must be equal to the length of the cone angles array.
gainValuesLeftHandCircular
Type: SystemDouble
A multidimensional array which represents the measured left hand circular gain values. The length of the first dimension of the array must be equal to the length of the clock angles array. The length of the second dimension must be equal to the length of the cone angles array.
tiltAngleValues
Type: SystemDouble
A multidimensional array which represents the measured tilt angle values. The length of the first dimension of the array must be equal to the length of the clock angles array. The length of the second dimension must be equal to the length of the cone angles array.
gainValuesAreDecibel
Type: SystemBoolean
Indicates whether or not the right hand circular and left hand circular gain arrays are in decibel or linear scale. If true, this indicates that gain is in decibels, otherwise they are interpreted as linear scale.
gainInterpolationDecibelScale
Type: SystemBoolean
Indicates whether or not gain interpolation should occur in decibel or linear scale. If true, the gain in interpolated in decibels, otherwise interpolation occurs in linear scale.
See Also