PureData CEAMMC веб-документация

Веб-документация библиотеки расширений PureData CEAMMC

Перейти на Git

Загрузка дистрибутива

index :: chaos

chaos.std0

Standard map chaotic generator

доступно с версии: 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

example

аргументы:

входы:

выходы:

ключевые слова:

chaos standard map

Смотрите также: [chaos.std0~]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later