From: Richard M. <mu...@cd...> - 2018-01-06 18:40:51
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 138c097fde8d25b8c8ece4f9420a5e69c6007944 https://github.com/python-control/python-control/commit/138c097fde8d25b8c8ece4f9420a5e69c6007944 Author: arnold <ab...@fa...> Date: 2018-01-02 (Tue, 02 Jan 2018) Changed paths: M control/statesp.py Log Message: ----------- Use slycot's tb05ad for faster and more accurate frequency response evaluation of state-space systems. If slycot is unavailable, use the built in horner function (instead of converting to a transfer function, as was done before). Commit: 62a29d953dbb71d78c3c8dbab8e2b8855406e287 https://github.com/python-control/python-control/commit/62a29d953dbb71d78c3c8dbab8e2b8855406e287 Author: arnold <ab...@fa...> Date: 2018-01-04 (Thu, 04 Jan 2018) Changed paths: M control/statesp.py Log Message: ----------- Change omega_s to omega in statesp.freqresp() Commit: 7b2defe28034058eecdbde9207dc5854ab3faabd https://github.com/python-control/python-control/commit/7b2defe28034058eecdbde9207dc5854ab3faabd Author: Richard Murray <mu...@cd...> Date: 2018-01-06 (Sat, 06 Jan 2018) Changed paths: M control/statesp.py Log Message: ----------- Merge pull request #173 from rabraker/fresp_tb05ad Use slycot's tb05ad when available for faster and more accurate frequency response Compare: https://github.com/python-control/python-control/compare/7dcb89234383...7b2defe28034 |