From: Richard M. <no...@gi...> - 2023-05-20 04:51:48
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: d88c67c94ddb0bc7bc34ee269833571417da792c https://github.com/python-control/python-control/commit/d88c67c94ddb0bc7bc34ee269833571417da792c Author: Sawyer Fuller <mi...@uw...> Date: 2023-04-19 (Wed, 19 Apr 2023) Changed paths: M control/freqplot.py M control/tests/nyquist_test.py Log Message: ----------- update nyquist_plot to accomodate discrete-time transfer functions with poles at the origin and unity Commit: 9c26e2214f82e592b5b64cf8f581ac14c198a46f https://github.com/python-control/python-control/commit/9c26e2214f82e592b5b64cf8f581ac14c198a46f Author: Richard Murray <mu...@cd...> Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M control/freqplot.py M control/tests/nyquist_test.py Log Message: ----------- Merge pull request #885 from sawyerbfuller/nyquist-z-polenum update nyquist_plot for DT transfer functions with poles at 0 and 1 Compare: https://github.com/python-control/python-control/compare/15ed92c10ebe...9c26e2214f82 |