Package | Description |
---|---|
agi.foundation.communications |
Contains types for representing electromagnetic signals and propagating them along communication links.
|
agi.foundation.communications.antennas |
Contains types for representing antennas, defining gain patterns, and processing electromagnetic signals.
|
Modifier and Type | Method and Description |
---|---|
List<FrequencySpecificElectricFieldPattern> |
FrequencyDependentElectricFieldPolarizationSource.getFrequencyDependentElectricFieldPatterns()
Gets the read-only collection of
FrequencySpecificElectricFieldPattern . |
static ArrayList<FrequencySpecificElectricFieldPattern> |
AnsysHfssFarFieldDataPolarizationSource.readData(BufferedReader source)
A static class method for reading in the Ansys HFSS far field data (*.ffd) formatted data from a stream and producing a list of electric field patterns which has an associated frequency value.
|
static ArrayList<FrequencySpecificElectricFieldPattern> |
AnsysHfssFarFieldDataPolarizationSource.readData(String fileName)
A static class method for reading in the Ansys HFSS far field data file (*.ffd) and producing a list of electric field patterns which has an associated frequency value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FrequencySpecificElectricFieldPattern.equalsType(FrequencySpecificElectricFieldPattern other)
Indicates whether another instance of this type is exactly equal to this instance.
|
Constructor and Description |
---|
FrequencySpecificElectricFieldPattern(FrequencySpecificElectricFieldPattern existingInstance)
Initializes a new instance as a copy of an existing instance.
|
Constructor and Description |
---|
FrequencyDependentElectricFieldPolarizationSource(Iterable<FrequencySpecificElectricFieldPattern> frequencySpecificElectricFieldPatterns)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<FrequencySpecificElectricFieldPattern> |
FrequencyDependentElectricFieldGainPattern.getFrequencyDependentElectricFieldPatterns()
Gets the read-only collection of
FrequencySpecificElectricFieldPattern . |
static ArrayList<FrequencySpecificElectricFieldPattern> |
AnsysHfssFarFieldDataGainPattern.readData(BufferedReader source)
A static class method for reading in the Ansys HFSS far field data (*.ffd) formatted data from a stream and producing a list of electric field patterns which has an associated frequency value.
|
static ArrayList<FrequencySpecificElectricFieldPattern> |
AnsysHfssFarFieldDataGainPattern.readData(String fileName)
A static class method for reading in the Ansys HFSS far field data file (*.ffd) and producing a list of electric field patterns which has an associated frequency value.
|
Constructor and Description |
---|
FrequencyDependentElectricFieldGainPattern(Iterable<FrequencySpecificElectricFieldPattern> frequencySpecificElectricFieldPatterns)
Initializes a new instance.
|