Skip to content

This is a simple transfer function bode plotter script, useful for engineering students.

Notifications You must be signed in to change notification settings

roshanlc/transfer-function-bode-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple transfer function bode plotter script, useful for engineering students.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published