| Package | Description | 
|---|---|
| agi.foundation.communications.antennas | 
 Contains types for representing antennas, defining gain patterns, and processing electromagnetic signals. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CosineExponentElementFactor
A  
PhasedArrayElementFactor which produces a cosine raised to the specified exponent element factor. | 
| Modifier and Type | Method and Description | 
|---|---|
PhasedArrayElementFactor | 
PhasedArrayGainPattern.getElementFactor()
Gets the element factor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
PhasedArrayElementFactor.checkForSameDefinition(PhasedArrayElementFactor other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
CosineExponentElementFactor.checkForSameDefinition(PhasedArrayElementFactor other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
void | 
PhasedArrayGainPattern.setElementFactor(PhasedArrayElementFactor value)
Sets the element factor. 
 | 
| Constructor and Description | 
|---|
PhasedArrayElementFactor(PhasedArrayElementFactor existingInstance,
                        CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
PhasedArrayGainPattern(double designFrequency,
                      double backLobeSuppression,
                      Iterable<? extends PhasedArrayElement> elementPattern,
                      PhasedArrayBeamformer beamformer,
                      PhasedArrayElementFactor elementFactor)
Initializes a new instance. 
 |