public class InterSatellitesPhaseBuilder extends AbstractMeasurementBuilder<InterSatellitesPhase>
InterSatellitesPhase measurements.| Constructor and Description |
|---|
InterSatellitesPhaseBuilder(CorrelatedRandomVectorGenerator noiseSource,
ObservableSatellite local,
ObservableSatellite remote,
double wavelength,
double sigma,
double baseWeight)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InterSatellitesPhase |
build(SpacecraftState[] states)
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, initpublic InterSatellitesPhaseBuilder(CorrelatedRandomVectorGenerator noiseSource, ObservableSatellite local, ObservableSatellite remote, double wavelength, 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 casewavelength - phase observed value wavelength (m)sigma - theoretical standard deviationbaseWeight - base weightpublic InterSatellitesPhase 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.