

DERIVATOR
---------

Outputs the derivative of the incoming signal (in discrete time, this simply translates as the signed difference between the current and the previous input sample).

Note: by cascading a Derivator and an Integrator, the result will be identical (one reverts the effect of the other). When working on the derivative of a signal, the common workflow is: 1.derivate the signal; 2.process the derivative; 3.integrate the result

