Derivative

streaming mode | Standard category

Inputs

  • signal (real) - the input signal

Outputs

  • signal (real) - the derivative of the input signal

Description

This algorithm returns the first-order derivative of an input signal. That is, for each input value it returns the value minus the previous one.

Source code

See also

Derivative (standard)