Skip to content

Commit a4aab36

Browse files
committed
last documentation fixes
1 parent 8d22279 commit a4aab36

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

control/margins.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
33
Functions for computing stability margins and related functions.
44
5-
Routeins in this module:
5+
Routines in this module:
66
77
margin.stability_margins
88
margin.phase_crossover_frequencies
9+
margin.margin
910
"""
1011

1112
# Python 3 compatability (needs to go here)
@@ -94,7 +95,9 @@ def _polysqr(pol):
9495
# return on basis of "A note on the Gain and Phase
9596
# Margin Concepts" Journal of Control and Systems
9697
# Engineering, Yazdan Bavafi-Toosi, Dec 2015, vol 3
97-
# issue 1, pp 51-59, closer to Matlab behavior??
98+
# issue 1, pp 51-59, closer to Matlab behavior, but
99+
# not completely identical in edge cases, which don't
100+
# cross but touch gain=1
98101
def stability_margins(sysdata, returnall=False, epsw=0.0):
99102
"""Calculate stability margins and associated crossover frequencies.
100103

0 commit comments

Comments
 (0)