|
Numeric.Random.Spectrum.Pink | Portability | portable | Stability | experimental | Maintainer | m.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 |
:: Int | number 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.4 |