BaseTransmittingAntennaExtensionTGainPattern Constructor (SignalProcessor, TGainPattern, PolarizationSource) |
Initialize a new instance based on the given gain pattern, a signal processor which produces the
set of signals to transmit, and a polarization source which generates the transmit polarization.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected BaseTransmittingAntennaExtension(
SignalProcessor input,
TGainPattern antennaGainPattern,
PolarizationSource polarizationSource
)
Protected Sub New (
input As SignalProcessor,
antennaGainPattern As TGainPattern,
polarizationSource As PolarizationSource
)
protected:
BaseTransmittingAntennaExtension(
SignalProcessor^ input,
TGainPattern antennaGainPattern,
PolarizationSource^ polarizationSource
)
new :
input : SignalProcessor *
antennaGainPattern : 'TGainPattern *
polarizationSource : PolarizationSource -> BaseTransmittingAntennaExtension
Parameters
- input
- Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The signal processor which produces the set of signals to transmit. - antennaGainPattern
- Type: TGainPattern
The gain pattern to apply to incoming signals based on the angle off of the
boresight (z-axis) of the parent object's Axes.
- polarizationSource
- Type: AGI.Foundation.CommunicationsPolarizationSource
The polarization source for modeling polarization efficiency.
See Also