Click or drag to resize

DualPolarizedRadioFrequencyTransmittingAntennaExtension Constructor (PrimaryPolarizationChannelSource, OrthogonalPolarizationChannelSource, RadioFrequencyGainPattern)

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.1.418.0 (24.1.418.0)
Syntax
public DualPolarizedRadioFrequencyTransmittingAntennaExtension(
	PrimaryPolarizationChannelSource primaryPolarizationInputSignalProcessor,
	OrthogonalPolarizationChannelSource orthogonalPolarizationInputSignalProcessor,
	RadioFrequencyGainPattern antennaGainPattern
)

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: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
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