pastas.rfunc.Kraijenhoff.impulse#
- static pastas.rfunc.Kraijenhoff.impulse(t: pastas.typing.ArrayLike, p: pastas.typing.ArrayLike, n_terms: int = 10) pastas.typing.ArrayLike#
Return the impulse response function for Kraijenhoff.
- Parameters:
t (array_like) – Time array in days.
p (array_like) – Response function parameters [A, a, b].
n_terms (int, optional) – Number of terms used in the truncated series expansion. Default is 10.
- Returns:
impulse – Impulse response at times t.
- Return type:
array_like