| Package | Description | 
|---|---|
| agi.foundation.communications.antennas | 
 Contains types for representing antennas, defining gain patterns, and processing electromagnetic signals. 
 | 
| agi.foundation.communications.signalprocessing | 
 Contains types for representing communication hardware and processing electromagnetic signals. 
 | 
| agi.foundation.radar | 
 Contains types that perform radar system performance analysis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OrthogonalPolarizationChannelSource | 
BaseDualPolarizedTransmittingAntennaExtension.getOrthogonalPolarizationInputSignalProcessor()
Gets the signal processor which produces the set of signals to transmit for the orthogonal polarization channel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BaseDualPolarizedTransmittingAntennaExtension.setOrthogonalPolarizationInputSignalProcessor(OrthogonalPolarizationChannelSource value)
Sets the signal processor which produces the set of signals to transmit for the orthogonal polarization channel. 
 | 
| Constructor and Description | 
|---|
BaseDualPolarizedTransmittingAntennaExtension(PrimaryPolarizationChannelSource primaryPolarizationInputSignalProcessor,
                                             OrthogonalPolarizationChannelSource orthogonalPolarizationInputSignalProcessor,
                                             TGainPattern antennaGainPattern)
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. 
 | 
DualPolarizedRadioFrequencyTransmittingAntennaExtension(PrimaryPolarizationChannelSource primaryPolarizationInputSignalProcessor,
                                                       OrthogonalPolarizationChannelSource orthogonalPolarizationInputSignalProcessor,
                                                       RadioFrequencyGainPattern antennaGainPattern)
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
OrthogonalPolarizationChannelSource.checkForSameDefinition(OrthogonalPolarizationChannelSource other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
OrthogonalPolarizationChannelSource(OrthogonalPolarizationChannelSource existingInstance,
                                   CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Constructor and Description | 
|---|
DualPolarizedRadarTransmittingAntennaExtension(PrimaryPolarizationChannelSource primaryPolarizationInputSignalProcessor,
                                              OrthogonalPolarizationChannelSource orthogonalPolarizationInputSignalProcessor,
                                              RadioFrequencyGainPattern antennaGainPattern)
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. 
 |