public class TwoDVariation extends Object implements PhaseCenterVariationFunction
| Constructor and Description |
|---|
TwoDVariation(double polarStart,
double polarStep,
double azimuthStep,
double[][] variations)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
value(double polarAngle,
double azimuthAngle)
Evaluate phase center variation in one signal direction.
|
public TwoDVariation(double polarStart,
double polarStep,
double azimuthStep,
double[][] variations)
polarStart - start polar anglepolarStep - between grid pointsazimuthStep - step between grid pointsvariations - sampled phase center variationspublic double value(double polarAngle,
double azimuthAngle)
value in interface PhaseCenterVariationFunctionpolarAngle - angle from antenna axial direction
(zenith angle for receiver antennas, nadir angle for
GNSS satellites antennas)azimuthAngle - angle around axial directionCopyright © 2002-2023 CS GROUP. All rights reserved.