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 |
MinimumVarianceDistortionlessResponseBeamformer
A Minimum Variance Distortionless Response (MVDR) beamformer, also referred to as a Capon beam former.
|
Modifier and Type | Method and Description |
---|---|
PhasedArrayBeamformer |
PhasedArrayGainPattern.getBeamformer()
Gets the phased array beam former.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
PhasedArrayBeamformer.checkForSameDefinition(PhasedArrayBeamformer other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
MinimumVarianceDistortionlessResponseBeamformer.checkForSameDefinition(PhasedArrayBeamformer other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
PhasedArrayGainPattern.setBeamformer(PhasedArrayBeamformer value)
Sets the phased array beam former.
|
Constructor and Description |
---|
PhasedArrayBeamformer(PhasedArrayBeamformer 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)
Initializes a new instance.
|
PhasedArrayGainPattern(double designFrequency,
double backLobeSuppression,
Iterable<? extends PhasedArrayElement> elementPattern,
PhasedArrayBeamformer beamformer,
PhasedArrayElementFactor elementFactor)
Initializes a new instance.
|