Codebox Operators delta

delta

The discrete derivative of the input

new delta()

Methods

next(x): out1

Arguments

NameTypeDefaultDescription
xnumber

Returns

NameTypeDescription
out1number

Outputs the delta (the most recent incoming value minus the previous value).

reset(): out1

Returns

NameTypeDescription
out1