m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
767 stars 209 forks source link

what is the controlled system? #36

Closed yuxiazff closed 2 years ago

yuxiazff commented 3 years ago

what is the controlled system? can i change the controlled system by change some params, like set the process transfer functionin as 1/(s^2+1) in matlab?

m-lundberg commented 2 years ago

You can't enter a transfer function directly using this library. Perhaps this project would be more according to your needs: https://github.com/python-control/python-control