Transfer function to state-space representation.
num, den : array_like
Sequences representing the numerator and denominator polynomials. The denominator needs to be at least as long as the numerator.
A, B, C, D : ndarray
State space representation of the system.
scipy.signal.zpk2tf
scipy.signal.ss2tf
Enter search terms or a module, class or function name.