Tool to calculate the inverse Fourier transform of a function having undergone a Fourier transform, denoted by ^f or F.
Inverse Fourier Transform - dCode
Tag(s) : Functions
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The inverse Fourier transform (IFT) is the reciprocal operation of a Fourier transform.
Several variants of the Fourier transform exist and differ only by a multiplicative coefficient.
For any transformed function $ \hat{f} $, the 3 usual definitions of inverse Fourier transforms are:
— $ (1) $ widespread definition for physics / mechanics / electronics calculations, with $ t $ the time and $ \omega $ in radians per second:
$$ f(x) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{+\infty} \hat{f}(\omega) \, \exp(i \omega t) \, \mathrm{d} \omega \tag{1} $$
— $ (2) $ mathematical definition:
$$ f(x) = \frac{1}{2\pi} \int_{-\infty}^{+\infty} \hat{f}(\omega) \, \exp(i \omega x) \, \mathrm{d} \omega \tag{2} $$
— $ (3) $ alternative definition in physics:
$$ f(x) = \int_{-\infty}^{+\infty} \hat{f}(\omega) \, \exp(2 i \pi \omega t) \, \mathrm{d} \omega \tag{3} $$
The calculation of the Fourier inverse transform is an integral calculation (see definitions above).
On dCode, indicate the function, its transformed variable (often $ \omega $ or $ w $ or even $ \xi $) and it's initial variable (often $ x $ or $ t $).
Example: $ \hat{f}(\omega) = \frac{1}{\sqrt{2\pi}} $ and $ f(t) = \delta(t) $ with the $ \delta $ Dirac function.
dCode retains ownership of the "Inverse Fourier Transform" source code. Except explicit open source licence (indicated Creative Commons / free), the "Inverse Fourier Transform" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Inverse Fourier Transform" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Inverse Fourier Transform" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Inverse Fourier Transform" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Inverse Fourier Transform on dCode.fr [online website], retrieved on 2024-11-17,