BaseDualPolarizedTransmittingAntennaExtensionTGainPattern Constructor (PrimaryPolarizationChannelSource, OrthogonalPolarizationChannelSource, TGainPattern) |
Initialize a new instance based on the given signal processor which produces primary polarization channel signal, signal processor which produces the orthogonal polarization channel signal, and gain
pattern.
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 BaseDualPolarizedTransmittingAntennaExtension(
PrimaryPolarizationChannelSource primaryPolarizationInputSignalProcessor,
OrthogonalPolarizationChannelSource orthogonalPolarizationInputSignalProcessor,
TGainPattern antennaGainPattern
)
Protected Sub New (
primaryPolarizationInputSignalProcessor As PrimaryPolarizationChannelSource,
orthogonalPolarizationInputSignalProcessor As OrthogonalPolarizationChannelSource,
antennaGainPattern As TGainPattern
)
protected:
BaseDualPolarizedTransmittingAntennaExtension(
PrimaryPolarizationChannelSource^ primaryPolarizationInputSignalProcessor,
OrthogonalPolarizationChannelSource^ orthogonalPolarizationInputSignalProcessor,
TGainPattern antennaGainPattern
)
new :
primaryPolarizationInputSignalProcessor : PrimaryPolarizationChannelSource *
orthogonalPolarizationInputSignalProcessor : OrthogonalPolarizationChannelSource *
antennaGainPattern : 'TGainPattern -> BaseDualPolarizedTransmittingAntennaExtension
Parameters
- primaryPolarizationInputSignalProcessor
- Type: AGI.Foundation.Communications.SignalProcessingPrimaryPolarizationChannelSource
The signal processor which produces the set of signals to transmit for the primary polarization channel. - orthogonalPolarizationInputSignalProcessor
- Type: AGI.Foundation.Communications.SignalProcessingOrthogonalPolarizationChannelSource
The signal processor which produces the set of signals to transmit for the orthogonal polarization channel. - 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.
See Also