public class TDOABuilder extends AbstractMeasurementBuilder<TDOA>
TDOA measurements.| Constructor and Description |
|---|
TDOABuilder(CorrelatedRandomVectorGenerator noiseSource,
GroundStation primeStation,
GroundStation secondStation,
double sigma,
double baseWeight,
ObservableSatellite satellite)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TDOA |
build(SpacecraftState[] states)
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, initpublic TDOABuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation primeStation, GroundStation secondStation, double sigma, double baseWeight, ObservableSatellite satellite)
noiseSource - noise source, may be null for generating perfect measurementsprimeStation - ground station that gives the date of the measurementsecondStation - ground station that gives the measurementsigma - theoretical standard deviationbaseWeight - base weightsatellite - satellite related to this builderpublic TDOA build(SpacecraftState[] states)
states - all spacecraft states (i.e. including ones that may not be relevant for the current builder)Copyright © 2002-2023 CS GROUP. All rights reserved.