public class InterSatellitesRangeBuilder extends AbstractMeasurementBuilder<InterSatellitesRange>
InterSatellitesRange
measurements.Constructor and Description |
---|
InterSatellitesRangeBuilder(CorrelatedRandomVectorGenerator noiseSource,
ObservableSatellite local,
ObservableSatellite remote,
boolean twoWay,
double sigma,
double baseWeight)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
InterSatellitesRange |
build(SpacecraftState[] states)
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
public InterSatellitesRangeBuilder(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
- all spacecraft states (i.e. including ones that may not be relevant for the current builder)Copyright © 2002-2022 CS GROUP. All rights reserved.