/self_organizing_fractal_noise

Research on self-organizing fractal noise

Apache License 2.0Apache-2.0

Self-Organizing Fractal Noise

Research on self-organizing fractal noise

boolean fractal noise

Boolean Fractal Noise using a simple self-organizing non-deterministic algorithm

Videos

Introduction

Gradient noise rescaled and added into itself to produce Fractal Noise (also called Pink noise):

Fractal noise

Fractal Noise is one of the most common signals in biological systems. Using Gradient noise (specific examples of which include Simplex Noise and Perlin Noise) as building block is an efficient way of constructing Fractal Noise. However, other ways of constructing Fractal Noise are interesting for research because they lead to better understanding.

This research project studies Fractal Noise from the perspective of self-organized criticality, in particular phase-shifted solutions of long-term behavior. With other words, the noise is a temporary step of a dynamical system evolving, where different "solutions", that are identical except for a phase shift, "fight" over available space.

The boundary between phase-shifted solutions of long-term behavior is fractal-shaped. Fractal Noise is constructed by visualizing the phase over the space. With other words, this approach constructs Fractal Noise indirectly, explaining it in terms of an underlying space.

For example, a chess pattern is a solution of the underlying space that gives rise to Boolean Fractal Noise. Since there are two solutions of a chess pattern, the two solutions are labeled with white and black color.

To learn more

More Resources