Measures the rate of change per second of a signal. Formula implemented is:out[i] = (in[i] - in[i-1]) * sampling_rate
Input signal to measure.
For another example of Slope see AbstractFunction:hypot.