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
1
vote
1 answer

definition of $ \frac{1}{2 \pi} \int_{-\pi}^{\pi} f(k) e^{-ikn} dk$ with $n$ not an integer

I know that when $f(x)$ is a $2 \pi$ periodic function, integrable on the circle $\mathbb{T}$, then for any $n \in \mathbb{N}$ $\frac{1}{2 \pi} \int_{-\pi}^{\pi} f(k) e^{-ikn} dk= \hat{f}(n).$ Now, suppose that we have the same integral, but with…
abc
  • 71
1
vote
0 answers

normalisation method for in order to be able to apply FFT analysis to a wave that is decaying in amplitude and is non-periodic

I am hoping to correctly find the dominant frequencies of a wave function that is non-periodic and the amplitude is decaying along the wave.…
1
vote
2 answers

A smooth sequence of function converging in the L^2 norm implies uniform convergence.

I am stuck on the following. Let $f_n$ be a sequence of functions on the circle, and suppose we know the following about its Fourier coefficients: For every $n\in\mathbb{N}, $$|\hat{f}_n(k)|\leq \frac{C}{1+|k|^N}$, for every $N\in\mathbb{N}$. That…
1
vote
1 answer

Compute a Fourier Transform

How can I compute of the $2\pi$-periodic function whose restriction to the range $[-\pi,\pi]$ is: $$ \begin{cases} 1 && 0 < x < \pi \\ 0 && -\pi < x < 0 \end{cases} $$
user7663
1
vote
0 answers

Uncertainty Principle on Periodized Intervals

So, I have a function $f\in L^2(\mathbb R)$ and two intervals $I$ and $J$ in $(0,1)$. By $f_{I+k}$ denote the average of $f$ on $I+k$, i.e., $$ f_{I+k} := \frac 1{|I|}\int_{I+k}f(x)\,dx. $$ Now, let us periodize the intervals: $$ E :=…
amsmath
  • 10,633
1
vote
0 answers

Proof for Limit of harmonic function on boundry by using Poisson's kernel

I studied existence of harmonic function on boundry by using Poission's formula. but some problem remain. Here is as follows Suppose $Q(r,s)$ is a function on $\Bbb D =\{(r,\theta): 0 \le r \lt 1 , -\pi \le \theta \le \pi\}$ satisfying the…
fivestar
  • 919
1
vote
1 answer

Finding the Fourier transform of tf''(t)

I'm trying to find the fourier transform of $t\cdot f''$. The rules I've found that relates to this seems to be that for a function $f(t)$ and it's Fourier transform $F(\omega)$ the following holds: $\frac{d^nf(t)}{dt^n} =…
Jonas
  • 35
  • 4
1
vote
1 answer

show $||f_x||_{L_p}=||f||_{L_p}$ for all p

let f be defined on [0,2$\pi$) denote $f_x(y)=f(y-x)$ how do i go about showing $||f_x||_{L_p}=||f||_{L_p}$ for all p i was trying to write out f in fourier series, and use the fact that the fourier coefficient of $f_x$ is $e^{inx}$ times the…
jack
  • 1,359
1
vote
0 answers

Fourier transform of $e^{i\log(x)}$?

I need to calculate the Fourier transform of $e^{i\log(x)}g(x)$, where $g(x)$ is a smooth function compactly supported on $[2^{j-1},2^{j+1}]$. I tried to use Taylor expansion to approximate $\log(x)$ by a linear function around $2^j$ and hence…
1
vote
1 answer

Find the generalized Fourier series

the following question is in second edition of "Fourier Series and Boundary Value Problems" by Churchill. If a function $f$ has a representation $f(x) = \sum_{n = 1}^{\infty} A_n \ g_n(x)$ on a fundamental interval $(a,b)$ which the set $\{ g_n \}$…
George
  • 3,817
  • 2
  • 15
  • 36
1
vote
1 answer

DFT of basis functions

Suppose functions $u_{1}(x)$,..$u_{K}(x)$ are a basis of $H[0,1]$( some space of real-valued functions). Define Discrete Fourier transform $$ U_{l}(x)=\sum_{j=1}^{K}u_{j}(x)\exp(2\pi i lj/K) $$ and suppose functions $U_{1}(x),\ldots,U_{K}(x)$ are…
Katja
  • 515
1
vote
0 answers

Why use Hilbert transform for non-stationary time-series

Why is the Hilbert transform preferred over the Fourier transform for non-stationary time series (like amplitude modulated radio signal)?
1
vote
1 answer

Fourier Sine Transform of $e^{-ax^2}/x$

I'm trying to do this integral essentially: $$\int^\infty_0 \frac{e^{-ax^2}\sin(kx)}{x}dx$$ which I realized to be $$\frac{1}{2}\operatorname{Re}\left[F\left(\frac{e^{-ax^2}}{x}\right)\right]$$ where $F$ denotes the ordinary Fourier Transform (where…
Methphy
  • 11
1
vote
1 answer

How can I expand the Fourier coefficient

The Fourier series is How can I expand the Fourier coefficient $a_n$ and $b_n$ to the n order? $x\in [-Pi,Pi]$,$n \gt 0$.
Jone Will
  • 107
1
vote
0 answers

Fourier transformation of $\exp({-8\pi^3 x^3 i})$

I want Fourier transformation of $\exp({-8\pi^3 x^3 i})$. Could you give me some hint?
Seongqjini
  • 1,431