inverse_fourier_transform_signal
Compute the inverse Fourier transform of a frequency-domain expression F(w) to obtain the time-domain signal f(t). Provide the expression to get the exact symbolic result.
Instructions
Computes the Inverse Fourier transform of F(w). Returns f(t).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |