EstimableAGOM.ProcessNoise Property

Top 

Description

This property has been Deprecated. ProcessNoise has been replaced by ProcessNoiseRate. To continue using this property, please ensure to set the ProcessNoiseModel property to 'Use ProcessNoise By Step'. The ProcessNoiseModel property can be found on any Sequential Filter object or the Spacecraft OD Properties object.

 

The process noise to be added to the property's covariance with each time-step. The amount of process noise added is scaled by a ratio of the duration of the step taken and the propagator step size.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Units:

m4/kg2

Default Value:

1e-12

Valid Range:

EstimableAGOM.ProcessNoise ≥ 0

 

Syntax

myVariable1 = myEstimableAGOM1.ProcessNoise;

 

myEstimableAGOM1.ProcessNoise = myVariable1;

 

See also

EstimableAGOM Object