public class BistaticRangeRateBuilder extends AbstractMeasurementBuilder<BistaticRangeRate>
BistaticRangeRate measurements.| Constructor and Description |
|---|
BistaticRangeRateBuilder(CorrelatedRandomVectorGenerator noiseSource,
GroundStation emitter,
GroundStation receiver,
double sigma,
double baseWeight,
ObservableSatellite satellite)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BistaticRangeRate |
build(SpacecraftState[] states)
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, initpublic BistaticRangeRateBuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation emitter, GroundStation receiver, double sigma, double baseWeight, ObservableSatellite satellite)
noiseSource - noise source, may be null for generating perfect measurementsemitter - emitter ground stationreceiver - receiver ground station, from which measurement is performedsigma - theoretical standard deviationbaseWeight - base weightsatellite - satellite related to this builderpublic BistaticRangeRate build(SpacecraftState[] states)
states - all spacecraft states (i.e. including ones that may not be relevant for the current builder)Copyright © 2002-2022 CS GROUP. All rights reserved.