I want to calc root and pole from a TF object. But I didn’t find a function for that in the manuals.
For example:
I have a given TF object. And I want to know where are the roots and the poles.
The purpose is that I have two objects, multiply them and from the result I want to know the roots and poles.
The easiest way is to get the Zero Pole Gain (ZPK) data from the
tfobject. You can do this as follows:You can also get a graphical representation using
pzmap(G).