dsp-0.1: Haskell Digital Signal ProcessingContentsIndex
Numeric.Random.Spectrum.Purple
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description

Function for purple noise, which is differentiated white noise

This currently just does a simple first-order difference. This is equivalent to filtering the white noise with h[n] = [1,-1] A better solution would be to use a proper FIR differentiator.

Documentation
purple
:: [Double]noise
-> [Double]purple noise
Produced by Haddock version 0.8