[PR #350] Add PID (Proportional Integral Derivative) Controller #695

Open
opened 2026-01-29 15:14:37 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/350

State: closed
Merged: Yes


This PR adds the PID Controller - a common (and likely most ubiquitous) linear control systems algorithm. For now, since there are no other control algorithms present in the repo, I have added it into the misc folder. Apologies if this is slightly out of scope of your definition of algorithms, but I figured if the client server socket example was in scope, then this likely would be too.

More information about the PID Controller can be found here: https://en.wikipedia.org/wiki/PID_controller

Thanks, Ciaran

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/350 **State:** closed **Merged:** Yes --- This PR adds the PID Controller - a common (and likely most ubiquitous) linear control systems algorithm. For now, since there are no other control algorithms present in the repo, I have added it into the `misc` folder. Apologies if this is slightly out of scope of your definition of algorithms, but I figured if the client server socket example was in scope, then this likely would be too. More information about the PID Controller can be found here: https://en.wikipedia.org/wiki/PID_controller Thanks, Ciaran
claunia added the pull-request label 2026-01-29 15:14:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#695