MeasurementBuilder<InterSatellitesRange>
public class InterSatellitesRangeBuilder extends AbstractMeasurementBuilder<InterSatellitesRange>
InterSatellitesRange
measurements.Constructor | Description |
---|---|
InterSatellitesRangeBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource,
ObservableSatellite local,
ObservableSatellite remote,
boolean twoWay,
double sigma,
double baseWeight) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
InterSatellitesRange |
build(SpacecraftState[] states) |
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
public InterSatellitesRangeBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource, ObservableSatellite local, ObservableSatellite remote, boolean twoWay, double sigma, double baseWeight)
noiseSource
- noise source, may be null for generating perfect measurementslocal
- satellite which receives the signal and performs the measurementremote
- satellite which simply emits the signal in the one-way case,
or reflects the signal in the two-way casetwoWay
- flag indicating whether it is a two-way measurementsigma
- theoretical standard deviationbaseWeight
- base weightpublic InterSatellitesRange build(SpacecraftState[] states)
states
- spacecraft statesCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.