AllanVariance:

Path: Common/Control

% Implements the overlapping Allan Variance
 Type AllanVariance for a demo. The simulation takes a long time.
--------------------------------------------------------------------------
   Form:
   aD = AllanVariance(x,t)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x   (1,:)   Data
   t   (1,:)   Time vector

   -------
   Outputs
   -------
   aD	(1,:)   Allan deviation
   a 	(1,:)   Allan variance
   tAv (1,:)   Averaging times

--------------------------------------------------------------------------
   Reference:  Freescale Semiconductor "Allan Variance: Noise Analysis
               for Gyroscopes, Application Note," Document Number: AN5087,
               Rev. 0. 2/2015.
--------------------------------------------------------------------------

Children:

Common: GUIs/TimeDisplay
Common: Graphics/Plot2D
Math: Integration/RK4

Back to the Common Module page