A bode plot generator to study a system's frequency response. A bode plot is a graph of the transfer function of a linear, time-invariant system versus frequency and can be used to study the stability of genetic networks among other things.
$ brew install python # installs pip and setuptools
$ brew install pyqt # for gui
$ pip install matplotlib
$ pip install numpy
$ python bode_plotter_sliders.py