Derivative¶
standard mode | Standard category
Inputs¶
signal
(vector_real) - the input signal
Outputs¶
signal
(vector_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 (streaming)