Click or drag to resize

SimpleReceiver Constructor (String, Point, Axes, Double, Double, Double, Double, PolarizationSource)

Creates a new instance specifying all parameters.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SimpleReceiver(
	string name,
	Point locationPoint,
	Axes orientationAxes,
	double gain,
	double noiseFactor,
	double targetFrequency,
	double filterBandwidth,
	PolarizationSource polarizationSource
)

Parameters

name
Type: System.String
The name of the receiver.
locationPoint
Type: AGI.Foundation.Geometry.Point
The Point defining the location of the receiver over time.
orientationAxes
Type: AGI.Foundation.Geometry.Axes
The Axes defining the orientation of the receiver over time.
gain
Type: System.Double
The gain value to be applied to the amplifier.
noiseFactor
Type: System.Double
The noise factor to be applied to the amplifier.
targetFrequency
Type: System.Double
The center frequency of the rectangular filter, in Hertz.
filterBandwidth
Type: System.Double
The total bandwidth of the rectangular filter, in Hertz.
polarizationSource
Type: AGI.Foundation.Communications.PolarizationSource
The polarization source for modeling polarization efficiency.
Remarks
Because the SimpleReceiver uses an IsotropicGainPattern, the orientation of this receiver does not affect the communications analysis. The orientationAxes parameter in this constructor is made available to allow configuration for other analysis that may require it to be set.
See Also