File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -304,14 +304,14 @@ def mimo_ss_step_matlab(self):
304
304
'SettlingMin' : - 0.4350 , # (*)
305
305
'SettlingMax' : - 0.1485 ,
306
306
'Overshoot' : 132.0170 ,
307
- 'Undershoot' : 0 ,
307
+ 'Undershoot' : 0. ,
308
308
'Peak' : 0.4350 ,
309
309
'PeakTime' : .2 ,
310
310
'SteadyStateValue' : - 0.1875 }]]
311
- # (*): MATLAB gives 0.4 here, but it is unclear what
312
- # 10% and 90% of the steady state response mean, when
313
- # the step for this channel does not start a 0 for
314
- # 0 initial conditions
311
+ # (*): MATLAB gives 0.4 for RiseTime and -0.1034 for
312
+ # SettlingMin, but it is unclear what 10% and 90% of
313
+ # the steady state response mean, when the step for
314
+ # this channel does not start a 0.
315
315
return T
316
316
317
317
@pytest .fixture
You can’t perform that action at this time.
0 commit comments