Click or drag to resize

ComplexReceiver Constructor (String, Point, Axes, Amplifier, RadioFrequencyGainPattern, 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 ComplexReceiver(
	string name,
	Point location,
	Axes orientation,
	Amplifier amplifier,
	RadioFrequencyGainPattern gainPattern,
	PolarizationSource polarizationSource
)

Parameters

name
Type: System.String
The name of the receiver.
location
Type: AGI.Foundation.Geometry.Point
The Point defining the location of the receiver over time.
orientation
Type: AGI.Foundation.Geometry.Axes
The Axes defining the orientation of the receiver over time.
amplifier
Type: AGI.Foundation.Communications.SignalProcessing.Amplifier
The amplifier.
gainPattern
Type: AGI.Foundation.Communications.Antennas.RadioFrequencyGainPattern
The gain pattern.
polarizationSource
Type: AGI.Foundation.Communications.PolarizationSource
The polarization source for modeling polarization efficiency.
See Also