Questions tagged [fourier-analysis]

Fourier analysis, also known as spectral analysis, encompasses all sorts of Fourier expansions, including Fourier series, Fourier transform and the discrete Fourier transform (and relatives). The non-commutative analog is (representation-theory).

Fourier analysis is the study of how general functions can be decomposed into trigonometric or exponential functions with definite frequencies. There are two types of Fourier expansions:

  • Fourier series: If a (reasonably well-behaved) function is periodic, then it can be written as a discrete sum of trigonometric or exponential functions with specific frequencies.
  • Fourier transform: A general function that isn’t necessarily periodic (but that is still reasonably well-behaved) can be written as a continuous integral of trigonometric or exponential functions with a continuum of possible frequencies.

The reason why Fourier analysis is so important is that many (although certainly not all) of the differential equations that govern physical systems are linear, which implies that the sum of two solutions is again a solution. Therefore, since Fourier analysis tells us that any function can be written in terms of sinusoidal functions, we can limit our attention to these functions when solving the differential equations. And then we can build up any other function from these special ones. This is a very helpful strategy, because it is invariably easier to deal with sinusoidal functions than general ones.

Fourier series

Consider a function $f(x)$ that is periodic on the interval $0 ≤ x ≤ L$, then Fourier’s theorem states that $f(x)$ can be written as $$f(x)={a_0}+\sum_{n=1}^{\infty}\left[a_n \cos\left(\frac{2n\pi x}{L}\right)+b_n \sin \left(\frac{2n\pi x}{L}\right)\right]$$ where the constant coefficients $a_n$ and $b_n$ are called the Fourier coefficients of $f$ and is given by $$a_0=\frac{1}{L}\int_0^L f(x)\mathrm{d}x$$ $$a_n=\frac{2}{L}\int_0^L f(x)\cos\left(\frac{2\pi nx }{L}\right)\mathrm{d}x$$ $$b_n=\frac{2}{L}\int_0^L f(x)\sin\left(\frac{2\pi nx }{L}\right)\mathrm{d}x$$

Reference:

http://www.people.fas.harvard.edu/~djmorin/waves/Fourier.pdf

https://en.wikipedia.org/wiki/Fourier_analysis

http://mathworld.wolfram.com/FourierSeries.html

Fourier Transform:

For this part find the following link

https://math.stackexchange.com/tags/fourier-transform/info

10420 questions
4
votes
1 answer

If $f$ is absolutely continuous then $\sum|\hat f (n) | < \infty$

Let $f$ be a $2\pi$ periodic function on $[0,2\pi]$. If $f$ is absolutely continuous, is it true that the sum of its Fourier coefficient converges absolutely $$ S(t)=\sum_{n=-\infty}^{\infty} | \hat f (n) | < \infty \text{ ?} $$ If so how do we…
user14108
4
votes
1 answer

Calculating the Fourier transform of $f(t)=Ae^{-i\omega_0 t}$

I am trying to calculate the Fourier transform of $f(t)=Ae^{-i\omega_0 t}$ I'm getting an infinity which is giving me problems. Here are my steps: $$F(\omega)=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty f(t)e^{i\omega…
Joebevo
  • 1,439
4
votes
1 answer

Fourier transform of a piecewise function

I am trying to find the Fourier transform of $$f(x)=Ae^{-\alpha|x|}$$ where $\alpha>0$. $f(x)$ becomes an even piecewise function defined over the intervals $-\infty$ to $0$ and $0$ to $\infty$. The corresponding figure is shown. My only question…
Joebevo
  • 1,439
4
votes
0 answers

What is meant with 'Fourier mode'?

I am wondering what the notion Fourier mode means. Here is what I think it means: Suppose, we have a function $u=u(x,t)$ which we can express as Fourier integral with respect to…
mathfemi
  • 2,631
4
votes
1 answer

Decay of Fourier coefficients of infinitely differentiable functions

For a $C^n[-\pi,\pi]$ function $f$ we have that $|\hat{f}(k)|\in O(1/k^n)$. This implies that if $f$ is $C^\infty[-\pi,\pi]$ then its $k-th$ Fourier coefficient decays faster than any $1/k^n$, $n\geq0.$ My questions: $\bullet$ There is a name for…
user335721
4
votes
1 answer

Reduced frequency range FFT

Generally when one takes the FFT of a signal it "works" over the whole bandwidth dividing up the spectrum into chunks given by the resolution. If the bandwidth of the signal is 10khz and your resolution is 1000 then each "frequency" represents a…
4
votes
1 answer

Fourier transform of a product of sinusoidal functions

Given the function: $$x(t)=A_1\cos(\omega_1 t+\phi)$$ its Fourier transform is: $$X(\omega)=\sqrt{\frac{\pi}{2}}A_1 e^{-i\phi}\delta(\omega_1-\omega)+\sqrt{\frac{\pi}{2}}A_1 e^{i\phi}\delta(\omega_1+\omega)$$ More in general, given the…
4
votes
1 answer

Some questions Regarding Fourier Transform

I have some questions regarding Fourier Transform. I have studied a lot of books for Fourier Transform and currently, I am confused weather I should use Riemann integral or Lebesgue integral for the Fourier Transform. How would you differentiate…
A.A
  • 109
4
votes
1 answer

Convergence of $\lim \limits_{n,v \rightarrow \infty} \int_0^1 F_n (x) e^{-i2\pi v x} \mbox{d} x $

This is a stronger one related to the question Convergence of $\lim_{n,v \rightarrow \infty} \int_0^1 f_n (x) e^{-i2\pi v x} \mbox{d} x $. $F_n(x) : [0,1] \rightarrow \bf R $, for $1 \leq i \leq n$, $F_n(x)= n\cdot g_{n,i}(x)$ if $x \in…
baikal
  • 73
4
votes
1 answer

Fourier Series to Fourier Integrals

I fairly understand the heuristic approach to get to equation 5 in picture 2 from the fourier series in picture 1. Can the explanation be made a little more rigorous? Thank you.
4
votes
1 answer

Possible typo in Fourier transform exercise

The Fourier transform of a function $f(x)$ is given by $$ \mathcal{F}(f)(w) = \frac{1}{\sqrt{2 \pi}} \int_{- \infty}^{\infty} f(x) e^{-i w x} dx $$ Then, there is a problem that asks to prove that if $f$ is differentiable and the integrals for…
user139708
4
votes
0 answers

Fourier transform of $1/x$, $x>0$

I'm new to Fourier transform. From Does the Fourier Transform exist for f(t) = 1/t? ,I saw that the Fourier transform of $1/x$ is $\text{sgn}(x)$. Define $$f(x)=\begin{cases} \frac{1}{x} &\text{if}\,\,x>0\\ 0 &\text{otherwise} \end{cases}$$ It seems…
Tony B
  • 2,006
4
votes
2 answers

Can you provide help with interpreting this periodogram?

I'm trying to track down the source of some wonky data. The data are response times (RTs) collected from humans using a computer keyboard. Here's a histogram of the RTs, binned to 1ms: Obvious is a skew in the data, which is expected/known for such…
4
votes
1 answer

In Fourier transform why does the quantity $[fe^{-ikx}]^{\infty}_{-\infty}=0$?

Let us say we know that the Fourier transform of the function $f(x)$ exists, which means that: $$\int^{\infty}_{-\infty}|f(x)|dx<\infty$$ However, this does not mean that $f(x)\rightarrow 0$ as $x \rightarrow \pm\infty$ (according to this question…
4
votes
1 answer

Integrability of the Hilbert transform of a Schwartz function

Given a Schwartz function $f\colon\mathbb{R}\to\mathbb{R}$, define its Hilbert transform by $$(Hf)(x)=\frac{1}{\pi}\left(\int_{|t|\leq 1}\frac{f(x-t)-f(x)}{t}\,dt + \int_{|t|\geq 1}\frac{f(x-t)}{t}\,dt\right)$$ (the first integral is interpreted as…
Miha Habič
  • 7,164