public class BistaticRangeRate extends GroundReceiverMeasurement<BistaticRangeRate>
该测量被认为是一个信号:
在信号飞行时间内考虑站点和航天器的运动。
多普勒测量可以通过将速度乘以(fe/c)来获得,其中fe是发射频率。
Modifier and Type | Field and Description |
---|---|
static String |
MEASUREMENT_TYPE
测量类型。
|
Constructor and Description |
---|
BistaticRangeRate(GroundStation emitter, GroundStation receiver, AbsoluteDate date, double rangeRate, double sigma, double baseWeight, ObservableSatellite satellite)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
GroundStation |
getEmitterStation()
获取发射地面站。
|
GroundStation |
getReceiverStation()
获取接收地面站。
|
protected EstimatedMeasurement<BistaticRangeRate> |
theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
估算理论值。
|
protected EstimatedMeasurementBase<BistaticRangeRate> |
theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
估算不带导数的理论值。
|
computeCommonParametersWithDerivatives, computeCommonParametersWithout, getGroundStationCoordinates, getGroundStationPosition, getStation, isTwoWay
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 BistaticRangeRate(GroundStation emitter, GroundStation receiver, AbsoluteDate date, double rangeRate, double sigma, double baseWeight, ObservableSatellite satellite)
emitter
- 发射地面站
receiver
- 接收地面站
date
- 测量日期
rangeRate
- 观测值,m/s
sigma
- 理论标准偏差
baseWeight
- 基本权重
satellite
- 与此测量相关的卫星
public GroundStation getEmitterStation()
public GroundStation getReceiverStation()
protected EstimatedMeasurementBase<BistaticRangeRate> theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
理论值没有应用任何修饰符。
theoreticalEvaluationWithoutDerivatives
在类 AbstractMeasurement<BistaticRangeRate>
iteration
- 迭代次数
evaluation
- 评估次数
states
- 测量日期的轨道状态
AbstractMeasurement.estimate(int, int, SpacecraftState[])
protected EstimatedMeasurement<BistaticRangeRate> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
理论值没有应用任何修饰符。
theoreticalEvaluation
在类 AbstractMeasurement<BistaticRangeRate>
iteration
- 迭代次数
evaluation
- 评估次数
states
- 测量日期的轨道状态
AbstractMeasurement.estimate(int, int, SpacecraftState[])
Copyright © 2002-2023 CS GROUP. All rights reserved.