Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 535 Bytes

File metadata and controls

32 lines (17 loc) · 535 Bytes

Transfer-function-bode-plotter

It requires libraries: matplotlib and scipy

To install them, run:

pip install matplotlib scipy

The given tranfer function should be in expanded form.
num = coefficients of respective powers at numerator,
den = coefficients of respective powers at denomenator,
Go upto the power = 0


Example:

1.png

2.png

In the above equation,
num = [1,3]
den = [1,3,2,0]

magnitude-plot.png

phase-plot.png