SimpleDigitalTransmitter Constructor (String, Point, Axes, Double, Double, Double, PolarizationSource) |
Creates a new instance from the specified parameters.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SimpleDigitalTransmitter(
string name,
Point locationPoint,
Axes orientationAxes,
double carrierFrequency,
double effectiveIsotropicRadiatedPower,
double dataRate,
PolarizationSource polarizationSource
)
Public Sub New (
name As String,
locationPoint As Point,
orientationAxes As Axes,
carrierFrequency As Double,
effectiveIsotropicRadiatedPower As Double,
dataRate As Double,
polarizationSource As PolarizationSource
)
public:
SimpleDigitalTransmitter(
String^ name,
Point^ locationPoint,
Axes^ orientationAxes,
double carrierFrequency,
double effectiveIsotropicRadiatedPower,
double dataRate,
PolarizationSource^ polarizationSource
)
new :
name : string *
locationPoint : Point *
orientationAxes : Axes *
carrierFrequency : float *
effectiveIsotropicRadiatedPower : float *
dataRate : float *
polarizationSource : PolarizationSource -> SimpleDigitalTransmitter
Parameters
- name
- Type: System.String
The name of the transmitter. - locationPoint
- Type: AGI.Foundation.Geometry.Point
The Point defining the location of the transmitter over time. - orientationAxes
- Type: AGI.Foundation.Geometry.Axes
The Axes defining the orientation of the transmitter over time. - carrierFrequency
- Type: System.Double
The frequency, in hertz, that this transmitter broadcasts on. - effectiveIsotropicRadiatedPower
- Type: System.Double
The power, in watts, that this transmitter broadcasts isotropically. - dataRate
- Type: System.Double
The rate at which data is modulated, using ModulationBpsk, onto the carrier frequency in bits per second. - polarizationSource
- Type: AGI.Foundation.Communications.PolarizationSource
The polarization source for modeling polarization efficiency.
Remarks
Because the
SimpleDigitalTransmitter uses an
IsotropicGainPattern,
the orientation of this transmitter 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