functionconversionToStateSpace
Transform a transfer function from zeros and poles representation into a StateSpace description
Extends from Modelica.Icons.Function (Icon for functions).
Information
Transform a transfer function from zeros and poles representation zpi
into a state space description by means of a) an explicit conversion
toStateSpace
and b) a short conversion using overloading.
Show also an explicit conversion from the state space description back to the zeros and
poles representation zpo1.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| ZerosAndPoles | zpi | ZerosAndPoles(k = 1, n1 = {1}, n2 = fill(0, 0, 2), d1 = fill(0, 0), d2 = [1, 1]) | ZerosAndPoles transfer function of a system |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | ok |