PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.rundiff

running difference

доступно с версии: 0.9.4


информация

Computes the adjacent difference of the elements of the input list • y0 = x0 • y1 = x1 - x0 • y2 = x2 - x1 • y3 = x3 - x2 etc…

example

входы:

выходы:

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

list running difference partial cumulative

Смотрите также: [list.runsum]

Авторы: Serge Poltavsky

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