SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.signal.ss2tf

scipy.signal.ss2tf(A, B, C, D, input=0)[source]

State-space to transfer function.

Parameters :

A, B, C, D : ndarray

State-space representation of linear system.

input : int, optional

For multiple-input systems, the input to use.

Returns :

num, den : 1D ndarray

Numerator and denominator polynomials (as sequences) respectively.

Previous topic

scipy.signal.tf2ss

Next topic

scipy.signal.zpk2ss