Tutorial, Part 6: RLC lowpass filter, fourth order. With a Pythonic circuit set up and realistic component values.
Class | RLC_Setups | This is identical to RLC_Setups in rlc-04.py except that there is now a constraint. |
Class | RLC_Finder | This RLC_Finder builds up stages in a more Pythonic manner, allowing you to decide filter order (within reason). Also constrains L, C values to commonly available values. |
Class | RLC | I represent a more complex RLC circuit using commonly available inductor and capacitor values. |