pastas.rfunc.DoubleExponential.impulse#

static pastas.rfunc.DoubleExponential.impulse(t: pastas.typing.ArrayLike, p: pastas.typing.ArrayLike) pastas.typing.ArrayLike#

Method to return the impulse response function.

Parameters:
  • t (array_like) – array_like object with the times at which to evaluate the impulse response, can be obtained with get_t() method

  • p (array_like) – array_like object with the values as floats representing the model parameters.

Returns:

s – Array with the impulse response.

Return type:

array_like