When I run this in matlab:
[num,den]=tfdata(Gz,'v'); impz(num,den,[0:13]);
I get a plot like this:
Plot
What would be the equivalent in Python? Does it even exist something like impz()?
impz()