control.pole_zero_map

control.pole_zero_map(sysdata)[source]

Compute the pole/zero map for an LTI system.

Parameters
sysdataStateSpace or TransferFunction

Linear system for which poles and zeros are computed.

Returns
pzmap_dataPoleZeroMap

Pole/zero map containing the poles and zeros of the system. Use pzmap_data.plot() or pole_zero_plot(pzmap_data) to plot the pole/zero map.