synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.State.Noise
Description
Noise and random processes.
Documentation
white :: (C y, Random y) => T ySource
whiteGen :: (C y, Random y, RandomGen g) => g -> T ySource
whiteQuadraticBSplineGen :: (C y, Random y, RandomGen g) => g -> T ySource
randomPeeksSource
:: (C y, Random y)
=> T ymomentary densities, p means that there is about one peak in the time range of 1/p samples
-> T BoolEvery occurence of True represents a peak.
randomPeeksGen :: (C y, Random y, RandomGen g) => g -> T y -> T BoolSource
randomRs :: (C y, Random y, RandomGen g) => (y, y) -> g -> T ySource
Produced by Haddock version 2.3.0