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
numerator and denominator polynomials.
scipy.signal.tf2zpk
scipy.signal.tf2ss