Skip to content
Snippets Groups Projects
Commit 7e999b54 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add scipy.signal.iirdesign()

parent 9fb6f52f
No related branches found
No related tags found
1 merge request!374Add plot_iir_filter_analysis() based on LTF-IIR-allgemein.ipynbcode from...
......@@ -449,6 +449,7 @@
. Optimized IIR design methods, iteratively adjust coefficients to achieve
a specified arbitrary frequency response (f_pass, f_stop, r_pass_dB,
r_stop_dB bands).
. scipy.signal.iirdesign(), can do all of:
. scipy.signal.cheby2(), ripple in stop band
. scipy.signal.cheby1(), ripple in pass band
. scipy.signal.butter(), maximally flat in pass band, decay in stop band
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment