Description
Create a PseudorangeObservation object, and associate it with the "objectTransmittingSignal", "objectBeingMeasured", and "sensorReceivingSignal".
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Constructor Signature
Arguments
objectTransmittingSignal
|
|
Description:
|
The GPS Spacecraft transmitting the pseudorange signal.
|
objectBeingMeasured
|
|
Description:
|
The GPS Receiver attached to the Spacecraft being estimated.
|
sensorReceivingSignal
|
|
Description:
|
The Sensor attached to the GPS Receiver being observed. The Sensor's X, Y, and Z position properties will be used to model an offset from the origin of the Spacecraft BCS when modeling measurements.
|
Syntax
PseudorangeObservation myPseudorangeObservation1(mySpacecraft1, myGPSReceiver1, mySensor1);
|
See also
PseudorangeObservation Object
Orbit Determination Guide
Observations and Measurements
|