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