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

freqz example#

A short example showcasing how to use freqz().

freqz
from mplsignal import freqz

num = [1 / 3, 1 / 3, 1 / 3]
den = [1, -1.2, -0.5]
fig = freqz(num=num, den=den)
fig.show()

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

Download Python source code: freqz.py

Download Jupyter notebook: freqz.ipynb

Gallery generated by Sphinx-Gallery

Next
zplane_tf example
Previous
mplsignal Example Gallery
Copyright © 2022, Oscar Gustafsson
Made with Sphinx and @pradyunsg's Furo