Skip to content

Commit 7d88db8

Browse files
committed
bump version
1 parent d710dea commit 7d88db8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/ControlSystemsBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ControlSystemsBase"
22
uuid = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
33
authors = ["Dept. Automatic Control, Lund University"]
44
repo = "https://github.com/JuliaControl/ControlSystems.jl.git"
5-
version = "1.15.1"
5+
version = "1.16.0"
66

77
[deps]
88
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

lib/ControlSystemsBase/src/analysis.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ end
623623
624624
Return the delay margin, dₘ. For discrete-time systems, the delay margin is normalized by the sample time, i.e., the value represents the margin in number of sample times.
625625
Only supports SISO systems.
626+
627+
The delay margin is computed as the phase margin in radians divided by the cross-over frequency in rad/s. The delay margin is the maximum time delay that can be added to the system before it becomes unstable.
626628
"""
627629
function delaymargin(G::LTISystem)
628630
# Phase margin in radians divided by cross-over frequency in rad/s.

0 commit comments

Comments
 (0)