control.pole_zero_map
- control.pole_zero_map(sysdata)[source]
Compute the pole/zero map for an LTI system.
- Parameters:
- sysdata
StateSpaceorTransferFunction Linear system for which poles and zeros are computed.
- sysdata
- Returns:
- pzmap_data
PoleZeroMap Pole/zero map containing the poles and zeros of the system. Use
pzmap_data.plot()orpole_zero_plot(pzmap_data)to plot the pole/zero map.
- pzmap_data