Click or drag to resize

MinimumVarianceDistortionlessResponseBeamformer Constructor (Double)

Initializes a new instance.

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 MinimumVarianceDistortionlessResponseBeamformer(
	double beamVariance
)

Parameters

beamVariance
Type: SystemDouble
The beam variance used to constrain the amount of main gain reduction, which can take place in order to null interference.
Remarks
The BeamDirectionsProvider defaults to a default instance of StaticDirectionsProvider with a single default instance of StaticDirection in the StaticDirectionList.
See Also