TheComet / tfp

Transfer Function Plotter tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better API for systems

TheComet opened this issue · comments

Currently, plugins all interact on the basis of polynomial coefficients. It may be beneficial to move Node/Graph/Connection models from the dpsfg plugin into tfp's System class. This would require plugins to create systems via graphs instead of providing poles and zeros, but would also allow a lot more options, such as stability analysis.