ifourier
Inverse Fourier transform
Description
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
.
Examples
Input Arguments
More About
Tips
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
.
References
[1] Oberhettinger, F. "Tables of Fourier Transforms and Fourier Transforms of Distributions." Springer, 1990.
Version History
Introduced before R2006a