ECheynet / randomProcess

Minimalist Matlab implementation of a random process generation in one point

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One-point random process generation

Minimalist Matlab implementation of a random process generation in one point

View One-point random process generation on File Exchange DOI Buy Me A Coffee

Summary

A stationary Gaussian random process is generated using the spectral method. This means that the function requires only two inputs: the target power spectral density (PSD) and the associated frequency vector.

Content

The present submission contains:

  • The function randomProcess.m, which generates the (random) time series associated with a target PSD
  • An example file Documentation.mlx, which illustrates the generation of the random process using the case of atmospheric turbulence
  • The function getSamplingPara.m, which computes the target frequency vector and the associated time vector.

Any question, suggestion or comment is welcome.

Example

Comparison between the target and estimated power-spectral density for turbulence data

About

Minimalist Matlab implementation of a random process generation in one point

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:MATLAB 100.0%