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.2.419.0 (24.2.419.0)
Syntax public SimpleReceiver(
string name,
Point locationPoint,
double gain,
double noiseFactor,
double targetFrequency,
double filterBandwidth
)
Public Sub New (
name As String,
locationPoint As Point,
gain As Double,
noiseFactor As Double,
targetFrequency As Double,
filterBandwidth As Double
)
public:
SimpleReceiver(
String^ name,
Point^ locationPoint,
double gain,
double noiseFactor,
double targetFrequency,
double filterBandwidth
)
new :
name : string *
locationPoint : Point *
gain : float *
noiseFactor : float *
targetFrequency : float *
filterBandwidth : float -> SimpleReceiver
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