construct (Control Design and Simulation Module, MathScript Class)
From LabView Control Design MathScript Functions
construct (Control Design and Simulation Module, MathScript Class)
Use members of the construct class to construct linear time-invariant (LTI) system models and to convert between model forms.
| Function | Description |
| drss | Generates a random discrete state-space system model |
| drtf | Generates a discrete random system model in transfer function form |
| drzpk | Generates a discrete random system model in zero-pole-gain (ZPK) form |
| ord1 | Constructs the components of a first-order system model |
| ord2 | Constructs the components of a second-order system model |
| pid | Constructs a proportional-integral-derivative (PID) controller model |
| rss | Generates a continuous random state-space system model |
| rtf | Generates a continuous random system model in transfer function form |
| rzpk | 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 |
| 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 |