Contents Menu Expand Light mode Dark mode Auto light/dark mode
mplsignal 0.3.0.dev18+g87885a0 documentation
Light Logo Dark Logo
mplsignal 0.3.0.dev18+g87885a0 documentation
  • Example Gallery
    • freqz example
    • zplane_tf example
    • scipyplot example
    • freqz style 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

Go to the end 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.412 seconds)

Download Python source code: freqz.py

Download Jupyter notebook: freqz.ipynb

Gallery generated by Sphinx-Gallery

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