![]() |
VOOZH | about |
Fourier Transform is a mathematical technique that helps to transform Time Domain function x(t) to Frequency Domain function X(ω). In this article, we will see how to find Fourier Transform in MATLAB.
The mathematical expression for Fourier transform is:
Using the above function one can generate a Fourier Transform of any expression. In MATLAB, the Fourier command returns the Fourier transform of a given function. Input can be provided to the Fourier function using 3 different syntaxes.
Now we find the Fourier Transform of .
Example 1:
Output:
👁 ImageLet's take another example to find the Fourier Transform of a*abs(t).
Example 2:
Output:
👁 Image