Skip to content

Commit 900d56e

Browse files
authored
Merge pull request python-control#812 from python-control/sawyerbfuller-patch-2
Update docstring for impulse for discrete sys
2 parents 6a2f4dc + af7a7d7 commit 900d56e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control/timeresp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,8 @@ def impulse_response(sys, T=None, X0=0., input=None, output=None, T_num=None,
17961796
-----
17971797
This function uses the `forced_response` function to compute the time
17981798
response. For continuous time systems, the initial condition is altered to
1799-
account for the initial impulse.
1799+
account for the initial impulse. For discrete-time aystems, the impulse is
1800+
sized so that it has unit area.
18001801
18011802
Examples
18021803
--------

0 commit comments

Comments
 (0)