Skip to content

Commit 684d561

Browse files
committed
changed discrete-time transfer function in freqresp_test.py to be a better-behaved stable transfer function that does not have poles and zeros on the unit circle
1 parent eb62d80 commit 684d561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/freqresp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def dsystem_dt(request):
220220
dt = request.param
221221
systems = {'sssiso': StateSpace(sys.A, sys.B, sys.C, sys.D, dt),
222222
'ssmimo': StateSpace(A, B, C, D, dt),
223-
'tf': TransferFunction([1, 1], [1, 2, 1], dt)}
223+
'tf': TransferFunction([2, 1], [2, 1, 1], dt)}
224224
return systems
225225

226226

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy