public class InterSatellitesPhase extends AbstractMeasurement<InterSatellitesPhase>
该测量被认为是远程卫星发射的信号被本地卫星接收到。其值是发射和接收之间的循环次数。在信号飞行时间内考虑了两个航天器的运动。测量的日期对应于接收到发射信号的地面。
Modifier and Type | Field and Description |
---|---|
static String |
AMBIGUITY_NAME
歧义驱动的名称。
|
static String |
MEASUREMENT_TYPE
测量的类型。
|
Constructor and Description |
---|
InterSatellitesPhase(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
ParameterDriver |
getAmbiguityDriver()
获取相位歧义的驱动器。
|
double |
getWavelength()
获取波长。
|
protected EstimatedMeasurement<InterSatellitesPhase> |
theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
估算理论值。
|
protected EstimatedMeasurementBase<InterSatellitesPhase> |
theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
估算不带导数的理论值。
|
addModifier, addParameterDriver, estimate, estimateWithoutDerivatives, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMeasurementType
compareTo
durationFrom
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public InterSatellitesPhase(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight)
local
- 接收信号并执行测量的卫星
remote
- 简单发射信号的远程卫星
date
- 测量日期
phase
- 观测值(循环次数)
wavelength
- 观测值波长(米)
sigma
- 理论标准偏差
baseWeight
- 基本权重
public double getWavelength()
public ParameterDriver getAmbiguityDriver()
protected EstimatedMeasurementBase<InterSatellitesPhase> theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
理论值没有应用任何修饰符。
theoreticalEvaluationWithoutDerivatives
在类 AbstractMeasurement<InterSatellitesPhase>
iteration
- 迭代次数
evaluation
- 评估次数
states
- 测量日期的轨道状态
AbstractMeasurement.estimate(int, int, SpacecraftState[])
protected EstimatedMeasurement<InterSatellitesPhase> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
理论值没有应用任何修饰符。
theoreticalEvaluation
在类 AbstractMeasurement<InterSatellitesPhase>
iteration
- 迭代次数
evaluation
- 评估次数
states
- 测量日期的轨道状态
AbstractMeasurement.estimate(int, int, SpacecraftState[])
Copyright © 2002-2023 CS GROUP. All rights reserved.