Skip to content

conradojordan/bode-diagram-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Bode diagram generator

Python program that generates x random transfer functions (x being input by user) with y maximum order (y also being input by user).

After that it runs Matlab engine to generate the Bode diagrams of these transfer functions, and save them as image files, while also saving the transfer functions in a .txt file.

Prerequisites

For the program to function, user must have installed Matlab engine API for Python, instructions here: https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html

License

This program has no official license. Feel free to modify it and/or use it anyway you want to (including commercial use).

About

Python script to generate Bode diagrams with Matlab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages