Return polynomial transfer function representation from zeros and poles
z : ndarray
Zeros of the transfer function.
p : ndarray
Poles of the transfer function.
k : float
System gain.
b : ndarray
Numerator polynomial.
a : ndarray
Denominator polynomial.
scipy.signal.tf2zpk
scipy.signal.tf2ss
Enter search terms or a module, class or function name.