pastas.rfunc.RfuncBase.impulse#

static RfuncBase.impulse(t, p)[source]#

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

Notes

The impulse response function for each response function class can be viewed on the Documentation website or using latexify by running the following code in a Jupyter notebook environment:

ps.RfuncName.impulse

Only used for internal consistency checks