functionanalysis
Make a system analysis based on the poles and zeros of the system
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| ZerosAndPoles | zp | Transfer function of a system | |
| AnalyseOptions2 | analyseOptions2 | AnalyseOptions2(printControllability = false, printObservability = false) | |
| String | fileName | "eigenvalues.html" | Name of html-file that contains eigenvalue table |
| String | systemName | "" | Name of system (used as heading in html file) |
| String | description | "" | Description of system (used in html file) |
Contents
| Name | Description |
|---|---|
| printSystem | Print the state space system in html format on file |
Revisions
| Date | Author | Comment |
|---|---|---|
| 2010-05-31 | Marcus Baur, DLR-RM | Realization |