Click or drag to resize

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

Creates a new instance with the specified parameters.

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

Parameters

name
Type: SystemString
The name of the receiver.
locationPoint
Type: AGI.Foundation.GeometryPoint
The Point defining the location of the receiver over time.
gain
Type: SystemDouble
The gain value applied to the amplifier.
noiseFactor
Type: SystemDouble
The noise factor applied to the amplifier.
targetFrequency
Type: SystemDouble
The center frequency of the rectangular filter, in hertz.
filterBandwidth
Type: SystemDouble
The total bandwidth of the rectangular filter in hertz.
See Also