Michael Dzjaparidze

Avatar

Michael Dzjaparidze's code

Fractal Noise

20 Sep'13 13:52 in noiserandomchaosfractal

This code generates fractal noise by cascading N first order filter sections. beta = 0 -> white noise, beta = 1 -> pink noise, beta = 2 -> brown noise. Not too sure about the normalization constant, since it is purely based on empirical reasoning, but it seems to work pretty well.