functionfromTransferFunction

Generate a StateSpace data record from a transfer function

A function of Modelica_LinearSystems2.TransferFunction.Conversion.toStateSpace.

Information

Syntax

ss = StateSpace.'constructor'.fromTransferFunction(tf)

Description

This function constructs a StateSpace record ss from a transfer function tf. For the simplicity of implementation, this function directly extends from TransferFunction.Conversion.toStateSpace.