ReceiverAntenna
, SatelliteAntenna
public class Antenna extends Object
Modifier | Constructor | Description |
---|---|---|
protected |
Antenna(String type,
String sinexCode,
Map<Frequency,FrequencyPattern> patterns) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
org.hipparchus.geometry.euclidean.threed.Vector3D |
getEccentricities(Frequency frequency) |
Get the phase center eccentricities.
|
double |
getPhaseCenterVariation(Frequency frequency,
org.hipparchus.geometry.euclidean.threed.Vector3D direction) |
Get the value of the phase center variation in a signal direction.
|
String |
getSinexCode() |
Get the sinex code of the antenna.
|
String |
getType() |
Get the type of the antenna.
|
protected Antenna(String type, String sinexCode, Map<Frequency,FrequencyPattern> patterns)
type
- antenna typesinexCode
- sinex codepatterns
- frequencies patternspublic String getType()
public String getSinexCode()
public org.hipparchus.geometry.euclidean.threed.Vector3D getEccentricities(Frequency frequency)
frequency
- frequency of the signal to considerpublic double getPhaseCenterVariation(Frequency frequency, org.hipparchus.geometry.euclidean.threed.Vector3D direction)
frequency
- frequency of the signal to considerdirection
- signal direction in antenna reference frameCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.