public class BistaticRangeRateBuilder extends AbstractMeasurementBuilder<BistaticRangeRate>
BistaticRangeRate
测量的构建器。
Constructor and Description |
---|
BistaticRangeRateBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource, GroundStation emitter, GroundStation receiver, double sigma, double baseWeight, ObservableSatellite satellite)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
BistaticRangeRate |
build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
生成单个测量。
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
public BistaticRangeRateBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource, GroundStation emitter, GroundStation receiver, double sigma, double baseWeight, ObservableSatellite satellite)
noiseSource
- 噪声源,用于生成完美测量可以为null
emitter
- 发射机地面站
receiver
- 接收机地面站,从中执行测量
sigma
- 理论标准偏差
baseWeight
- 基本权重
satellite
- 与此构建器相关的卫星
public BistaticRangeRate build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
date
- 测量日期
interpolators
- 与此构建器相关的插值器
Copyright © 2002-2023 CS GROUP. All rights reserved.