colored_noise, a Fortran90 code which generates sequences that simulate 1/f^alpha power law noise. This includes white noise (alpha = 0), pink noise (alpha = 1) and brown noise or Brownian motion (alpha = 2), but also values of alpha between 0 and 2.
The information on this web page is distributed under the MIT license.
colored_noise is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
correlation, a Fortran90 code which contains examples of statistical correlation functions.
normal, a Fortran90 code which computes elements of a sequence of pseudorandom normally distributed values.
pink_noise, a Fortran90 code which computes a pink noise signal obeying a 1/f power law.
sde, a Fortran90 code which illustrates the properties of stochastic differential equations, and common algorithms for their analysis, by Desmond Higham;
sftpack, a Fortran90 code which implements the slow Fourier transform, intended as a teaching tool and comparison with the fast Fourier transform.
stochastic_rk, a Fortran90 code which applies a Runge-Kutta scheme to a stochastic differential equation.
uniform, a Fortran90 code which computes elements of a uniform pseudorandom sequence.