PinkNoise

Pink noise class using the autocorrelated generator method. Method proposed and described by Larry Trammell "the RidgeRat" -- see http://home.earthlink.net/~ltrammell/tech/newpink.htm There are no restrictions.

struct PinkNoise (
T
) if (
is(T == float) ||
is(T == double)
) {}

See Also

Meta