construct (MathScript RT Module Class)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module and MathScript RT Module
Use members of the construct class of Control Design MathScript RT Module functions to construct linear time-invariant (LTI) system models and to convert between model forms.
| Function | Description |
|---|---|
| drandss | Generates a random discrete state-space system model |
| drandtf | Generates a discrete random system model in transfer function form |
| drandzpk | Generates a discrete random system model in zero-pole-gain (ZPK) form |
| pid | Constructs a proportional-integral-derivative (PID) controller model |
| randss | Generates a continuous random state-space system model |
| randtf | Generates a continuous random system model in transfer function form |
| randzpk | Generates a continuous random system model in zero-pole-gain (ZPK) form |
| ss | Creates a system model in, or converts a model to, state-space form |
| sys_filter | Constructs a digital filter in transfer function form |
| sys_order1 | Constructs the components of a first-order system model |
| sys_order2 | Constructs the components of a second-order system model |
| tf | Creates a system model in, or converts a model to, transfer function form |
| zpk | Constructs a system model in, or converts a model to, zero-pole-gain form |