Click or drag to resize

ComplexReceiver Constructor (String, Point, Amplifier, RadioFrequencyGainPattern)

Creates a new instance using the specified name, location, amplifier and gain pattern.

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,
	Amplifier amplifier,
	RadioFrequencyGainPattern gainPattern
)

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.
amplifier
Type: AGI.Foundation.Communications.SignalProcessing.Amplifier
The amplifier.
gainPattern
Type: AGI.Foundation.Communications.Antennas.RadioFrequencyGainPattern
The gain pattern.
See Also