Inverse Fourier transform
ifourier(
returns the Inverse Fourier Transform of F
)F
. By default, the
independent variable is w
and the transformation variable is
x
. If F
does not contain
w
, ifourier
uses the function
symvar
.
If any argument is an array, then ifourier
acts element-wise on all
elements of the array.
If the first argument contains a symbolic function, then the second argument must be a scalar.
The toolbox computes the inverse Fourier transform via the Fourier transform:
If ifourier
cannot find an explicit representation of the inverse Fourier
transform, then it returns results in terms of the Fourier transform.
To compute the Fourier transform, use fourier
.
[1] Oberhettinger, F. "Tables of Fourier Transforms and Fourier Transforms of Distributions." Springer, 1990.