bundles / scipy 1.17.1 / scipy / signal / _ltisys / _default_response_times
function
scipy.signal._ltisys:_default_response_times
source: /scipy/signal/_ltisys.py :1980
Signature
def _default_response_times ( A , n ) Summary
Compute a reasonable set of time samples for the response time.
Extended Summary
This function is used by impulse and step to compute the response time when the T argument to the function is None.
Parameters
A: array_likeThe system matrix, which is square.
n: intThe number of time samples to generate.
Returns
t: ndarrayThe 1-D array of length
nof time samples at which the response is to be computed.
Aliases
-
scipy.signal._ltisys._default_response_times