public class BistaticRangeRate extends AbstractMeasurement<BistaticRangeRate>
The measurement is considered to be a signal:
The motion of the stations and the spacecraft during the signal flight time are taken into account.
The Doppler measurement can be obtained by multiplying the velocity by (fe/c), where fe is the emission frequency.
Constructor and Description |
---|
BistaticRangeRate(GroundStation emitter,
GroundStation receiver,
AbsoluteDate date,
double rangeRate,
double sigma,
double baseWeight,
ObservableSatellite satellite)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
GroundStation |
getEmitterStation()
Get the emitter ground station.
|
GroundStation |
getReceiverStation()
Get the receiver ground station.
|
protected EstimatedMeasurement<BistaticRangeRate> |
theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
addModifier, addParameterDriver, estimate, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
public BistaticRangeRate(GroundStation emitter, GroundStation receiver, AbsoluteDate date, double rangeRate, double sigma, double baseWeight, ObservableSatellite satellite)
emitter
- emitter ground stationreceiver
- receiver ground stationdate
- date of the measurementrangeRate
- observed value, m/ssigma
- theoretical standard deviationbaseWeight
- base weightsatellite
- satellite related to this measurementpublic GroundStation getEmitterStation()
public GroundStation getReceiverStation()
protected EstimatedMeasurement<BistaticRangeRate> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluation
in class AbstractMeasurement<BistaticRangeRate>
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])
Copyright © 2002-2022 CS GROUP. All rights reserved.