dsp-0.2.4: Haskell Digital Signal Processing

Copyright(c) Matthew Donadio 2003
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Numeric.Random.Spectrum.Pink

Description

Synopsis

Documentation

kellet Source #

Arguments

:: [Double]

noise

-> [Double]

pinked noise

Kellet's filter

voss Source #

Arguments

:: 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.