Skip to content

Commit

Permalink
Minor rst formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpatzelt committed Sep 23, 2017
1 parent 9e77ad6 commit ada5857
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Changelog
=========

[1.0.0-rc.1] - 2017-09-23
-------------------------

:Version: 1.0-rc.2 of 2017/09/23

Refactoring: moved powerlaw_psd_gaussian into the present module to
release it to the public in pip-installable form.


[Unreleased] - 2014-04-07
-------------------------
:Version: [unreleased] of 2014-04-07

powerlaw_psd_gaussian was part of a personal collection of random number
generation algorithms for research written in python and c.
generation algorithms for research written in python and c.
16 changes: 10 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
colorednoise.py
===============

Generate gaussian distributed noise with a power-law spectrum with arbitrary
exponents. An exponent of two corresponds to brownian noise. Smaller exponents
Generate Gaussian distributed noise with a power-law spectrum with arbitrary
exponents.

An exponent of two corresponds to brownian noise. Smaller exponents
yield long-range correlations, i.e. pink noise for an exponent of 1 (also
called 1/f noise or flicker noise).

Based on the algorithm in
Based on the algorithm in:

Timmer, J. and Koenig, M.:
On generating power law noise.
Astron. Astrophys. 300, 707-710 (1995)
Expand All @@ -19,14 +22,15 @@ Installation
------------

::
pip install .

pip install colorednoise
Dependencies
------------

python 2.7
numpy
- python 2.7
- numpy


Example
Expand Down

0 comments on commit ada5857

Please sign in to comment.