scipy.signal.tf2ss

scipy.signal.tf2ss(num, den)

Transfer function to state-space representation.

Inputs:

num, den – sequences representing the numerator and denominator polynomials.

Outputs:

A, B, C, D – state space representation of the system.

Previous topic

scipy.signal.zpk2tf

Next topic

scipy.signal.ss2tf

This Page

Quick search