Class ControlSystems.PIDController
java.lang.Object
org.episteme.natural.engineering.control.ControlSystems.PIDController
- Enclosing class:
ControlSystems
PID controller output.
u(t) = Kp*e + Ki*∫e*dt + Kd*de/dt
Operating on abstract mathematical signals (Real).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PIDController
-
-
Method Details
-
compute
-
reset
public void reset()
-