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
PT1 Class Reference
Transfer function of a PT1 form. More...
#include <PT1.h>
Public Member Functions | |
| PT1 () | |
| Default constructor. | |
| PT1 (double K, double T_1, double sampleTime) | |
| PT1 transfer function parameters and sample time in seconds. | |
| void | setParameters (double K, double T_1, double sampleTime) |
| Update PT1 transfer function parameters and sample time. | |
| double | out () |
| Calculate the output y. | |
| void | in (double u) |
| Set the input u. | |
Detailed Description
Transfer function of a PT1 form.
G(s) = Y(s) / U(s) = K / (1 + T_1 s)
Author(s): TVZ Mechatronics Team
Definition at line 12 of file PT1.h.
Constructor & Destructor Documentation
| PT1 | ( | double | K, |
| double | T_1, | ||
| double | sampleTime | ||
| ) |
Member Function Documentation
Generated on Thu Jul 14 2022 20:25:49 by
1.7.2
