Skip to content

Commit af7a7d7

Browse files
Update timeresp.py
Update impulse_response doc string to indicate that the impulse size is unit area for discrete systems.
1 parent 9d65bf8 commit af7a7d7

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)