public class EarthITU453AtmosphereRefraction extends Object implements AtmosphericRefractionModel
根据国际电信联盟的建议公式计算折射角。有关详情,请参见 ITU-R P.834-7(2015年10月)。
Constructor and Description |
---|
EarthITU453AtmosphereRefraction(double altitude)
创建一个新的默认实例。
|
Modifier and Type | Method and Description |
---|---|
double |
getRefraction(double elevation)
从真实(几何)仰角计算折射角。
|
double |
getTheta0()
获取自由空间传播下的站点仰角。
|
double |
getThetaMin()
获取站点的最小仰角。
|
public EarthITU453AtmosphereRefraction(double altitude)
altitude
- 测量所在地面站的海拔高度(米)
public double getThetaMin()
public double getTheta0()
public double getRefraction(double elevation)
AtmosphericRefractionModel
getRefraction
在接口 AtmosphericRefractionModel
elevation
- 真实仰角(弧度)
Copyright © 2002-2023 CS GROUP. All rights reserved.