public class OneDVariation extends Object implements PhaseCenterVariationFunction
Constructor and Description |
---|
OneDVariation(double polarStart, double polarStep, double[] variations)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
double |
value(double polarAngle, double azimuthAngle)
在一个信号方向上评估相位中心变化。
|
public OneDVariation(double polarStart, double polarStep, double[] variations)
polarStart
- 起始极角
polarStep
- 网格点之间的步长
variations
- 采样的相位中心变化
public double value(double polarAngle, double azimuthAngle)
value
在接口 PhaseCenterVariationFunction
中
polarAngle
- 与天线轴向方向的角度(接收天线的天顶角,GNSS卫星天线的 nadir 角)
azimuthAngle
- 绕轴向的角度
Copyright © 2002-2023 CS GROUP. All rights reserved.