The proportional-Integral-Derivative controller widely used in closed-loop control systems. Additionally to current error, it uses error derivative and past errors.
u(t) - the output of the controller, e(t) - is an error
are constants for proportional, integral and differential parts subsequenly.
Constants act as filters and their choice depends on a set goal. The proportional filter serves as an all-pass; integral term filters low frequencies and differential term compensate high frequencies.