You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The step_info expected result for this system could be:
tupla with fields:
RiseTime : nan
RiseTimeInit : nan
SettlingTime : nan
SettlingMin : nan
SettlingMax : nan
Overshoot : nan
Undershoot : nan
Peak : inf
PeakTime : inf
SteadyStateValue : nan
The text was updated successfully, but these errors were encountered:
juanodecc
added a commit
to juanodecc/python-control
that referenced
this issue
Mar 12, 2021
Systems with non stationary response to step input, step_info could give wrong information:
{'RiseTime': 19.0,
'SettlingTime': 24.5,
'SettlingMin': 21.500000000169212,
'SettlingMax': 23.750000000017877,
'Overshoot': 0.0,
'Undershoot': 0.0,
'Peak': 23.750000000017877,
'PeakTime': 24.75,
'SteadyStateValue': 23.750000000017877}
The step_info expected result for this system could be:
tupla with fields:
RiseTime : nan
RiseTimeInit : nan
SettlingTime : nan
SettlingMin : nan
SettlingMax : nan
Overshoot : nan
Undershoot : nan
Peak : inf
PeakTime : inf
SteadyStateValue : nan
The text was updated successfully, but these errors were encountered: