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 |
LinkDirectionsProvider
A
DirectionsProvider which provides directions using a list of links which are held as instances of IServiceProvider . |
class |
StaticDirectionsProvider
A
DirectionsProvider which provides static directions using a list of StaticDirection instances. |
Modifier and Type | Method and Description |
---|---|
DirectionsProvider |
MinimumVarianceDistortionlessResponseBeamformer.getBeamDirectionsProvider()
Gets the
DirectionsProvider for providing the beam directions. |
DirectionsProvider |
MinimumVarianceDistortionlessResponseBeamformer.getNullDirectionsProvider()
Gets the
DirectionsProvider for providing the null directions. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
StaticDirectionsProvider.checkForSameDefinition(DirectionsProvider other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
LinkDirectionsProvider.checkForSameDefinition(DirectionsProvider other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
DirectionsProvider.checkForSameDefinition(DirectionsProvider other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
MinimumVarianceDistortionlessResponseBeamformer.setBeamDirectionsProvider(DirectionsProvider value)
Sets the
DirectionsProvider for providing the beam directions. |
void |
MinimumVarianceDistortionlessResponseBeamformer.setNullDirectionsProvider(DirectionsProvider value)
Sets the
DirectionsProvider for providing the null directions. |
Constructor and Description |
---|
DirectionsProvider(DirectionsProvider existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
MinimumVarianceDistortionlessResponseBeamformer(double beamVariance,
DirectionsProvider beamDirectionsProvider)
Initializes a new instance.
|
MinimumVarianceDistortionlessResponseBeamformer(double beamVariance,
DirectionsProvider beamDirectionsProvider,
DirectionsProvider nullDirectionsProvider)
Initializes a new instance.
|