Click or drag to resize

WeightedDirection Structure

Type which associates a direction, in the form of a UnitCartesian, with an optional weighting metric.

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 struct WeightedDirection

The WeightedDirection type exposes the following members.

Constructors
  NameDescription
Public methodWeightedDirection(UnitCartesian)
Initializes a new instance.
Public methodWeightedDirection(UnitCartesian, Double)
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDirection
Gets the direction.
Public propertyWeightingMetric
Gets the weighting metric associated with the direction.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Remarks
The weighting metric can be used by the MinimumVarianceDistortionlessResponseBeamformer when determining the covariance matrix used when computing the complex element weights. The complex elements weights are used to steer nulls in desired directions. For example, if the weighting metric is set to be the received power from a jamming source, the beamformer can prioritize forming nulls in the direction of the jamming source with the largest interference power.
See Also