PureData CEAMMC library web documentation
доступно с версии: 0.9
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
K
k value, default 1
тип: float
X
initial x value, default 0.5
тип: float
Y
initial y value, default 0
тип: float
Смотрите также: [chaos.std0~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later