FindDriftTerm:

Path: FormationFlying/Analysis

% Find the drift rate term given a probability
 Find the "deadband over drift rate sigma" term that results in the specified
 probability "p" of NOT reaching the deadband by time "t".

--------------------------------------------------------------------------
   Form:
   [n,foundSoln] = FindDriftTerm( p, t )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   p          (1)      Probability that the deadband will NOT be reached
   t          (1)      Time horizon [orbits]

   -------
   Outputs
   -------
   n           (1)     Deadband over drift rate sigma term
   foundSoln   (1)     Flag indicating whether a solution was found or not

--------------------------------------------------------------------------

Back to the FormationFlying Module page