dsp-0.2: Digital Signal ProcessingContentsIndex
Numeric.Random.Spectrum.Pink
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description

Functions for pinking noise

http://www.firstpr.com.au/dsp/pink-noise/

Synopsis
kellet :: [Double] -> [Double]
voss :: Int -> [Double] -> [Double]
Documentation
kellet
:: [Double]noise
-> [Double]pinked noise
Kellet's filter
voss
:: Intnumber of octaves to sum
-> [Double]noise
-> [Double]pinked noise

Voss's algorithm

UNTESTED, but the algorithm looks like it is working based on my hand tests.

Produced by Haddock version 0.8