PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: chaos

chaos.std0~

Standard map chaotic generator

available since version: 0.9


information

A non-interpolating generator based on the difference equations: y(n+1) = (y(n) + k * sin(x(n))) % 2pi x(n+1) = (x(n) + y(n+1)) % 2pi The properties of chaos of the standard map were established by Boris Chirikov in 1969

example

arguments:

inlets:

outlets:

keywords:

chaos standard map

See also: [chaos.std0]

Authors: Serge Poltavsky

License: GPL3 or later