What is Fourier: Definition and 1000 Discussions

In mathematics, a Fourier transform (FT) is a mathematical transform that decomposes functions depending on space or time into functions depending on spatial or temporal frequency, such as the expression of a musical chord in terms of the volumes and frequencies of its constituent notes. The term Fourier transform refers to both the frequency domain representation and the mathematical operation that associates the frequency domain representation to a function of space or time.
The Fourier transform of a function of time is a complex-valued function of frequency, whose magnitude (absolute value) represents the amount of that frequency present in the original function, and whose argument is the phase offset of the basic sinusoid in that frequency. The Fourier transform is not limited to functions of time, but the domain of the original function is commonly referred to as the time domain. There is also an inverse Fourier transform that mathematically synthesizes the original function from its frequency domain representation, as proven by the Fourier inversion theorem.

Linear operations performed in one domain (time or frequency) have corresponding operations in the other domain, which are sometimes easier to perform. The operation of differentiation in the time domain corresponds to multiplication by the frequency, so some differential equations are easier to analyze in the frequency domain. Also, convolution in the time domain corresponds to ordinary multiplication in the frequency domain (see Convolution theorem). After performing the desired operations, transformation of the result can be made back to the time domain. Harmonic analysis is the systematic study of the relationship between the frequency and time domains, including the kinds of functions or operations that are "simpler" in one or the other, and has deep connections to many areas of modern mathematics.
Functions that are localized in the time domain have Fourier transforms that are spread out across the frequency domain and vice versa, a phenomenon known as the uncertainty principle. The critical case for this principle is the Gaussian function, of substantial importance in probability theory and statistics as well as in the study of physical phenomena exhibiting normal distribution (e.g., diffusion). The Fourier transform of a Gaussian function is another Gaussian function. Joseph Fourier introduced the transform in his study of heat transfer, where Gaussian functions appear as solutions of the heat equation.
The Fourier transform can be formally defined as an improper Riemann integral, making it an integral transform, although this definition is not suitable for many applications requiring a more sophisticated integration theory. For example, many relatively simple applications use the Dirac delta function, which can be treated formally as if it were a function, but the justification requires a mathematically more sophisticated viewpoint. The Fourier transform can also be generalized to functions of several variables on Euclidean space, sending a function of 3-dimensional 'position space' to a function of 3-dimensional momentum (or a function of space and time to a function of 4-momentum). This idea makes the spatial Fourier transform very natural in the study of waves, as well as in quantum mechanics, where it is important to be able to represent wave solutions as functions of either position or momentum and sometimes both. In general, functions to which Fourier methods are applicable are complex-valued, and possibly vector-valued. Still further generalization is possible to functions on groups, which, besides the original Fourier transform on R or Rn (viewed as groups under addition), notably includes the discrete-time Fourier transform (DTFT, group = Z), the discrete Fourier transform (DFT, group = Z mod N) and the Fourier series or circular Fourier transform (group = S1, the unit circle ≈ closed finite interval with endpoints identified). The latter is routinely employed to handle periodic functions. The fast Fourier transform (FFT) is an algorithm for computing the DFT.

View More On Wikipedia.org
  1. docnet

    Finding the Fourier Coefficients of a Function

    Consider the function ##f:[0,1]\rightarrow \mathbb{R}## given by $$f(x)=x^2$$ (1) The Fourier coefficients of ##f## are given by $$\hat{f}(0)=\int^1_0x^2dx=\Big[\frac{x^3}{3}\Big]^1_0=\frac{1}{3}$$ $$\hat{f}(k)=\int^1_0x^2e^{-2\pi i k x}dx$$ Can this second integral be evaluated?
  2. U

    Help with evaluating this Fourier transform

    The definition of Fourier transform (F.T.) that I am using is given as: $$f(\vec{x},t)=\frac{1}{\sqrt{2\pi}}\int e^{-i\omega t}\tilde{f}(\vec{x},\omega)\,\mathrm{d}\omega$$ I want to show that: $$\frac{1}{c\sqrt{2\pi}}\int e^{-i\omega t}\omega^2...
  3. A

    I How can one see the noise in the Fourier Domain (Nyquist Frequency)?

    Say we have a transform of a line profile that extends out to the Nyquist frequency such that you cannot see the noise level, what could you change in your spectrograph arrangement that would allow you to see the noise level in the Fourier domain? My thought is that we can apply a filter, P(s)...
  4. redtree

    I Fourier transform of a vector

    Given ##f(\vec{x})##, where the Fourier transform ##\mathcal{F}(f(\vec{x}))= \hat{f}(\vec{k})##. Given ##\vec{x}=[x_1,x_2,x_3]## and ##\vec{k}=[k_1,k_2,k_3]##, is the following true? \begin{equation} \begin{split} \mathcal{F}(f(x_1))&= \hat{f}(k_1) \\ \mathcal{F}(f(x_2))&= \hat{f}(k_2) \\...
  5. N

    I Get the time axis right in an inverse Fast Fourier Transform

    Hi I would like to transform the S-parameter responce, collected from a Vector Network Analyzer (VNA), in time domain by using the Inverse Fast Fourier Transform (IFFT) . I use MATLAB IFFT function to do this and the response looks correct, the problem is that I do not manage to the time scaling...
  6. S

    Fourier transform of electric susceptibility example

    I have not studied the Fourier transform (FT) in great detail, but came across a problem in electrodynamics in which I assume it is needed. The problem goes as follows: Evaluate ##\chi (t)## for the model function...
  7. A

    Problem with the sum of a Fourier series

    Good day I really don't understand how they got this result? for me the sum of the Fourier serie of of f is equal to f(2)=log(3) any help would be highly appreciated! thanks in advance!
  8. S

    MATLAB Turning Fourier coefficients into an interpolated freq domain function

    Hi, I am interested in understanding the relationships between Fourier series and Fourier transform better. My goal is 1) Start with a set of ordered numbers representing Fourier coefficients. I chose to create 70 coefficients and set the first 30 to the value 1 and the remaining to zero. 2)...
  9. S

    I Domain of convolution vs. domain of Fourier transforms

    Convolving two signals, g and h, of lengths X and Y respectively, results in a signal with length X+Y-1. But through convolution theorem, g*h = F^{-1}{ F{g} F{h} }, where F and F^{-1} is the Fourier transform and its inverse, respectively. The Fourier transform is unitary, so the output signal...
  10. Tony Hau

    Finding the Fourier Series of a step function

    The answer in the textbook writes: $$ f(x) = \frac{1}{4} +\frac{1}{\pi}(\frac{\cos(x)}{1}-\frac{\cos(3x)}{3}+\frac{\cos(5x)}{5} \dots) + \frac{1}{\pi}(\frac{\sin(x)}{1}-\frac{2\sin(2x)}{2}+\frac{\sin(3x)}{3} + \frac{\sin(5x)}{5}\dots)$$ I am ok with the two trigonometric series in the answer...
  11. L

    A Is this Fourier transformation an eigenproblem?

    I have two questions regarding Fourier transformation. First of all is it ok to call Fourier transformation operator, or it should be distinct more? For instance, if I wrote F[f(x)]=\lambda f(y) is that eigenproblem, regardless of the different argument of function ##f##? Could I call ##F##...
  12. no_drama_llama_77

    I Fourier Series and Cepheid Variables

    If given a set of data points for the magnitude of a cepheid variable at a certain time (JD), how can we use Fourier series to find the period of the cepheid variable? I'm trying to do a math investigation (IB math investigation) on finding the period of the cepheid variable M31_V1 from data...
  13. .Scott

    The Fast Fourier Transform is described in the Quantum Domain

    In August, "Quantum Information Processing" published an article describing a full FFT in the quantum domain - a so-called QFFT, not to be confused with the simpler QFT. According to the publication:
  14. M

    Mean and var of an exponential distribution using Fourier transforms

    Hi, I was just thinking about different ways to use the Fourier transform in other areas of mathematics. I am not sure whether this is the correct forum, but it is related to probability so I thought I ought to put it here. Question: Is the following method an appropriate way to calculate the...
  15. S

    Mathematica Fourier Transform Help with Mathematica

    I am attempting to be able to do this problem with the help of Mathematica and Fourier transform. My professor gave us instructions for Fourier Transformation and Inverse Fourier, but I don't believe that my output in Mathematica is correct.
  16. rannasquaer

    MHB Dirac Delta and Fourier Series

    A beam of length L with fixed ends, has a concentrated force P applied in the center exactly in L / 2. In the differential equation: \[ \frac{d^4y(x)}{dx^4}=\frac{1}{\text{EI}}q(x) \] In which \[ q(x)= P \delta(x-\frac{L}{2}) \] P represents an infinitely concentrated charge distribution...
  17. S

    I Why should a Fourier transform not be a change of basis?

    I was content with the understanding of the Fourier transform (FT) as a change of basis, from the time to the frequency basis or vice versa, an approach that I have often seen reflected in texts. It makes sense, since it is the usual trick so often done in Physics: you have a problem that is...
  18. M

    How to 'shift' Fourier series to match the initial condition of this PDE?

    Hi, Question: If we have an initial condition, valid for -L \leq x \leq L : f(x) = \frac{40x}{L} how can I utilise a know Fourier series to get to the solution without doing the integration (I know the integral isn't tricky, but still this method might help out in other situations)? We are...
  19. M

    Engineering Fourier Transform: best window to represent function

    Hi, I was hoping to gain more insight into these window questions when looking at frequency spectra questions. I don't really know what makes windows better than one another. My attempt: In the question, we have f(t) = cos(\omega_0 t) and therefore its F.T is F(\omega ) = \pi \left(...
  20. thaiqi

    Fourier transform of Maxwell's equations

    Hello, I am unfamiliar with Maxwell's equations' Fourier transform. Are there any materials talking about it?
  21. entropy1

    Randomizing phases of harmonics

    Suppose I decompose a discrete audio signal in a set of frequency components. Now, if I would add the harmonics I got, I would get the original discrete signal. My question is: if I would randomize the phases of the harmonics first, and then add them, I would get a different signal, but would it...
  22. agnimusayoti

    What is the Exponential Fourier Transform of an Even Function?

    From the sketch, I know that this function is an even function. So, I simplify the Fourier transform in the limit of the integration (but still in exponential form). Then, I try to find the exponential FOurier transform. Here what I get: $$g(a)=\frac{2}{2\pi} \int_{0}^{\infty} e^{-x} e^{-iax}...
  23. agnimusayoti

    Fourier series for trigonometric absolute value function

    First, I try to define the function in the figure above: ##V(t)=100\left[sin(120\{pi}\right]##. Then, I use the fact that absolute value function is an even function, so only Fourier series only contain cosine terms. In other words, ##b_n = 0## Next, I want to determine Fourier coefficient...
  24. Adesh

    Analysis Books for learning Fourier series expansion

    Hello Everyone! I want to learn about Fourier series (not Fourier transform), that is approximating a continuous periodic function with something like this ##a_0 \sum_{n=1}^{\infty} (a_n \cos nt + b_n \sin nt)##. I tried some videos and lecture notes that I could find with a google search but...
  25. M

    Fourier series and the shifting property of Fourier transform

    Summary:: If ##f(x)=-f(x+L/2)##, where L is the period of the periodic function ##f(x)##, then the coefficient of the even term of its Fourier series is zero. Hint: we can use the shifting property of the Fourier transform. So here's my attempt to this problem so far...
  26. Electrical Engi321

    Finding Fourier Transforms of Non-Rectangular Pulses

    Hi, In class I have learned how to find the Fourier transform of rectangular pulses. However, how do I solve a problem when I should sketch the Fourier transform of a pulse that isn't exactly rectangular. For instance "Sketch the Fourier transform of the following 2 pulses" Thanks in advance...
  27. redtree

    I The domain of the Fourier transform

    Given the domain of the integral for the Fourier transform is over the real numbers, how does the Fourier transform transform functions whose independent variable is complex? For example, given \begin{equation} \begin{split} \hat{f}(k_{\mathbb{C}}) &= \int_{\mathbb{R}} f(z_{\mathbb{C}})...
  28. person_random_normal

    I Visualizing the Fourier transform using the center of mass concept

    I found this video on youtube which is trying to explain Fourier transform using the center of mass concept At 15:20 the expression of the x coordinate is given in the video. I believe it is wrong, and it should be: ##\frac{{\int g(t)e^{(-2 \pi ift)}.g(t).2 \pi f.dt}} { \int g(t).2 \pi...
  29. thereddy

    Discrete Fourier transform question

    Summary:: Discrete Fourier transform exam question Hi there, I'm not really sure how to do this question at all. Any help would be appreciated.
  30. tworitdash

    A Spatial Fourier Transform: Bessel x Sinusoidal

    I(k_x, k_y) = \int_{0}^{R} \int_{0}^{2\pi} J_{m-1}(\alpha \rho) \sin((m + 1) \phi) e^{j\rho(k_x \cos\phi + k_y \sin\phi)} \rho d\rho d\phi Is there any way to do it? J is the Bessel function of the first kind. I thought of partially doing only the phi integral as \int_{0}^{2\pi} \sin((m + 1)...
  31. PainterGuy

    I Magnitude and phase of the Fourier transform

    Hi, A rectangular pulse having unit height and lasts from -T/2 to T/2. "T" is pulse width. Let's assume T=2π. The following is Fourier transform of the above mentioned pulse. F(ω)=2sin{(ωT)/2}/ω ; since T=2π ; therefore F(ω)=2sin(ωπ)/ω Magnitude of F(ω)=|F(ω)|=√[{2sin(ωπ)/ω}^2]=|2sin(ωπ)/ω|...
  32. PainterGuy

    I Fourier transform of rectangular pulses

    Hi, I was trying to find Fourier transform of two rectangular pulses as shown below. The inverted rectangular pulse has unit height, -1, and lasts from -π to 0. The other rectangular pulse has unit height, 1, and lasts from 0 to π. I was making use of Laplace transform and its time shifting...
  33. P

    MHB Aidan's question via email about Fourier Transforms (2)

    In order to use the Second Shift Theorem, the function needs to be entirely of the form $\displaystyle f\left( t - 1 \right) $. To do this let $\displaystyle v = t - 1 \implies t = v + 1 $, then $\displaystyle \begin{align*} \mathrm{e}^{-2\,t} &= \mathrm{e}^{-2 \, \left( v + 1 \right) } \\ &=...
  34. P

    MHB Aidan's question via email about Fourier Transforms

    In order to factorise this quadratic, we will need to recognise that $\displaystyle \mathrm{i}^2 = -1 $, so we can rewrite this as $\displaystyle \begin{align*} \frac{1}{6 + 5\,\mathrm{i}\,\omega - \omega ^2 } &= \frac{1}{\mathrm{i}^2\,\omega ^2 + 5\,\mathrm{i}\,\omega + 6} \\ &= \frac{1}{...
  35. PainterGuy

    MATLAB Finding an inverse Fourier transform using the Laplace transform

    Hi, This thread is an extension of this discussion where @DrClaude helped me. I thought that it'd be better to separate this question. I couldn't find any other way to post my work other than as images so if any of the embedded images are not clear, just click on them. It'd make them clearer...
  36. M

    MHB Property of real-valued Fourier transformation

    Hey! :o When it is given that a signal $x(t)$ has a real-valued Fourier transformation $X(f)$ then is the signal necessarily real-valued? I have thought the following: $X_R(ω)=\frac{1}{2}[X(ω)+X^{\star}(ω)]⟺\frac{1}{2}[x(t)+x^{\star}(−t)]=x_e(t) \\ X_I(ω)=\frac{1}{2i} [X(ω)−X^{\star}(ω)]⟺...
  37. M

    MHB Calculate the integral using the Fourier coefficients

    Hey! :o A real periodic signal with period $T_0=2$ has the Fourier coefficients $$X_k=\left [2/3, \ 1/3e^{j\pi/4}, \ 1/3e^{-i\pi/3}, \ 1/4e^{j\pi/12}, \ e^{-j\pi/8}\right ]$$ for $k=0,1,2,3,4$. I want to calculate $\int_0^{T_0}x^2(t)\, dt$. I have done the following: It holds that...
  38. C

    A Partial differential equation containing the Inverse Laplacian Operator

    I am trying to reproduce the results of a thesis that is 22 years old and I'm a bit stuck at solving the differential equations. Let's say you have the following equation $$\frac{\partial{\phi}}{\partial{t}}=f(\phi(r))\frac{{\nabla_x}^2{\nabla_y}^2}{{\nabla}^2}g(\phi(r))$$ where ##\phi,g,f## are...
  39. Luke Tan

    I Peak of Analytical Fourier Transform

    In a numerical Fourier transform, we find the frequency that maximizes the value of the Fourier transform. However, let us consider an analytical Fourier transform, of ##\sin\Omega t##. It's Fourier transform is given by $$-i\pi\delta(\Omega-\omega)+i\pi\delta(\omega+\Omega)$$ Normally, to find...
  40. lottotlyl

    Engineering Why Multiply by Exponential Terms in Fourier Series Calculations?

    i tired using complex identity equation for sin(pi*k/3) but it doesn't work out
  41. redtree

    I What is the Fourier conjugate of spin?

    Momentum ##\vec{p}## and position ##\vec{x}## are Fourier conjugates, as are energy ##E## and time ##t##. What is the Fourier conjugate of spin, i.e., intrinsic angular momentum? Angular position?
  42. Jason-Li

    Comp Sci Fourier analysis & determination of Fourier Series

    ANY AND ALL HELP IS GREATLY APPRECIATED :smile: I have found old posts for this question however after reading through them several times I am having a hard time knowing where to start. I am happy with the sketch that the function is correctly drawn and is neither odd nor even. It's title is...
  43. arcTomato

    Engineering Fourier transform when the data is lacking datapoints

    I would like to know the equation of Fourier transform when the data has lack. like this sine wave.
  44. Raihan amin

    I A claim regarding Fourier Series

    This is written on Greiner's Classical Mechanics when solving a Tautochrone problem. Firstly,I don’t understand why we didn’t use the term ##m=0## and Sencondly, how the integrand helps us to fulfill the Dirichlet conditions. That means,how do we know that the period is 1?Thanks
  45. redtree

    I Fourier conjugates and inverse units

    Why do Fourier conjugates take inverse units?
  46. Fosheimdet

    A Fourier transform equation question

    In my QFT homework I was asked to prove that $$\int d^3x \int \frac{d^3k}{(2\pi)^3} e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})} k_j f(\mathbf{x}) = i \frac{df}{dx_j}(\mathbf{y}) $$ Using ##\frac{\partial e^{i\mathbf{k} \cdot (\mathbf{x} - \mathbf{y})}}{\partial x^j} = i k_j e^{i\mathbf{k}...
  47. G

    MHB Fourier and inverse fourier transform

    Hi, I've been looking all over the net for good examples but I've only found some intro but no examples being solved. If you know of good resources (both theories and problems) please let me know! a) Calculate Fourier and inverse Fourier transform of f(t). b) Calculate the limit. My...
  48. M

    Engineering Reconstruct a signal by determining the N Fourier Coefficients

    %My code: %Type of signal: square T = 40; %Period of the signal [s] F=1/T; % fr D = 23; % length of signal(duration) dt=(D/T)*100; N = 50; %Number of coefficientsw0 = 2*pi/T; %signal pulset1= 0:0.002:T; % original signal sampling x1 = square((2*pi*F)*(t1),dt);%initial square signal t2=...
Back
Top