Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of AutomationElements by
I Class Reference
Transfer function of an integrator. More...
#include <I.h>
Public Member Functions | |
| I () | |
| Default constructor. | |
| I (double K_I, double sampleTime) | |
| Integrator gain and sample time in seconds. | |
| void | setParameters (double K_I, double sampleTime) |
| Update integrator gain and sample time. | |
| double | out () |
| Calculate the output y. | |
| void | in (double u) |
| Set the input u. | |
Detailed Description
Transfer function of an integrator.
G(s) = Y(s) / U(s) = K_I / s
Author(s): TVZ Mechatronics Team
Definition at line 12 of file I.h.
Constructor & Destructor Documentation
| I | ( | double | K_I, |
| double | sampleTime | ||
| ) |
Member Function Documentation
Generated on Thu Jul 14 2022 20:25:49 by
1.7.2
