SMarkov:

Path: Math/Probability

% Generates the spectral function for a Markov Process.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   s = SMarkov( sigma, tCorr, w )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   sigma        (m)    Square root of mean squared value
   tCorr        (m)    Correlation time constant
   w            (n)    Frequencies (rad)

   -------
   Outputs
   -------
   s          (m,n)    Spectral density

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

Children:

Common: Graphics/Plot2D

Back to the Math Module page