Contents Menu Expand Light mode Dark mode Auto light/dark mode
mplsignal 0.2.0 documentation
mplsignal 0.2.0 documentation
  • mplsignal Example Gallery
    • freqz example
    • zplane_tf example
    • scipyplot example
    • freqz frequency unit format example
  • API
    • mplsignal.freq_plots
    • mplsignal.plane_plots
    • mplsignal.scipyplot
    • mplsignal.ticker
  • Contributing
  • Changelog
Back to top
Edit this page

Note

Click here to download the full example code

zplane_tf example#

A short example showcasing how to use zplane_tf().

zplane
from mplsignal.plane_plots import zplane_tf

num = [1, 1, 1]
den = [1, -1.2, 0.5]
ax = zplane_tf(num=num, den=den)
ax.figure.show()

Total running time of the script: ( 0 minutes 0.143 seconds)

Download Python source code: zplane.py

Download Jupyter notebook: zplane.ipynb

Gallery generated by Sphinx-Gallery

Next
scipyplot example
Previous
freqz example
Copyright © 2022, Oscar Gustafsson
Made with Sphinx and @pradyunsg's Furo