continuous_convolution
Compute the continuous-time convolution (f*g)(t) for causal signals, automatically handling Heaviside step functions. Input f(t) and g(t) to obtain the exact result.
Instructions
Computes the continuous-time convolution (f * g)(t) for causal signals. Automatically handles Heaviside (unit step) functions. Signals are assumed causal (zero for t < 0) unless they already contain Heaviside terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f_t | Yes | ||
| g_t | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |