python-control-plotly
latest

Contents:

  • Getting Started
  • Gallery
    • Poles and Zeros
    • Step Reponse
    • Impulse Reponse
    • Bode Plot
    • Nichols Plot
    • Root Locus Plot
  • API Documentation
python-control-plotly
  • »
  • Gallery
  • Edit on GitHub

Gallery¶

Poles and Zeros¶

The function control_plotly.pzmap() creates a pole-zero plot of the continuous or discrete-time system sys.

alternate text

Step Reponse¶

The function control_plotly.step() create a step response plot for the continuous or discrete-time system sys.

alternate text

Impulse Reponse¶

The function control_plotly.impulse() create a step response plot for the continuous or discrete-time system sys.

alternate text

Bode Plot¶

The function control_plotly.bode() create a bode plot for the continuous or discrete-time system sys.

alternate text

Nichols Plot¶

The function control_plotly.nichols() create a nichols plot for the continuous or discrete-time system sys.

alternate text

Root Locus Plot¶

The function control_plotly.rlocus() create a root locus plot for the continuous or discrete-time system sys.

alternate text
Next Previous

© Copyright 2021, vincent choqueuse. Revision 1ffc3983.

Built with Sphinx using a theme provided by Read the Docs.