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
3
votes
1 answer

Amount of sound near a specific frequency at a specific time

I have a sound signal, sampled at 48000 hz. Now I want to know 'how much sound' there is of a specific frequency (or near that frequency) at a specific time. For example, I want to know at 10s how much sound there is near the frequencies $20 \cdot…
Paul
  • 2,795
3
votes
1 answer

inverse of a circulant matrix

If c(x) is a circulant matrix of a vector x, is it always true that $c(x)^{-1}=\mathcal{F}^{-1}(\mathcal{F}(1/x))$? How can we prove it? In this case $c(x)^{-1}$ is the inverse of the circulant matrix of vector x, $\mathcal{F}(x)$ represent the…
3
votes
1 answer

Estimate involving almost orthogonality

Let $\{x_k\}$ be a $\frac{1}{R}$-separated set of points on $S^{d-1}$. Then $$ \left\|\sum_ka_ke^{ix_k\cdot\xi}\right\|_{L^2\left(B\left(0,R\right)\right)}\lesssim R^{d/2} \left(\sum_k|a_k|^2\right)^{1/2}, $$ where $B\left(0,R\right)$ is the ball of…
user90189
  • 1,630
3
votes
2 answers

Is there an expression for the inverse Fourier transform of a log-normal function?

i.e. is there a simple solution for the following integral? $$\int_{-\infty}^{\infty} \exp(-\log^2(|\omega|/\omega_0)) \; \exp(i \omega t) \; d\omega$$ where $\omega_0 > 0$ Failing that, is there a nice series approximation?
3
votes
1 answer

What are the steps to derive the following inverse Fourier transformations

I'm reading a text which is an introductory text on Fourier transforms. The author has two expressions: $$ F(\omega_{o}) = \frac{1}{\sigma \sqrt {2 \pi} } e^{\Large- \frac{{\omega_{o}}^2}{2\sigma^2}} $$ and $$G(\omega_{o}) = 2\pi…
mark leeds
  • 1,514
3
votes
0 answers

d-dimensional integral of exponential and determinant

I'm working on a question from Stein and Shakarchi's Fourier Analysis. This is exercise 5 from chapter 6: Let $A$ be a $d \times d$ positive definite symmetric matrix with real coefficients. Show that $$\int_{\mathbb{R}^d} e^{- \pi (x, A(x))} dx…
3
votes
0 answers

Fourier transform inversion formula

We know that if $\hat f(\omega)=\frac{1}{2\pi}\int_{-\infty}^\infty f(t)e^{-i\omega t}dt$ is the Fourier transform of $f(t)$ then under some conditions, $f(t)=\int_{-\infty}^\infty \hat f(\omega)e^{+i\omega t}d\omega $ . Now, are there examples of…
Max
  • 31
3
votes
1 answer

What do imaginary components of frequencies represent in Fourier?

I'm a Biology Ph.D. student with some math literacy (multivariable calc, discrete math, linear algebra, quantum chemistry) under my belt, so apologies if my knowledge is substandard for the work I'm trying to do. I am currently looking at some time…
Umi
  • 131
3
votes
1 answer

Finding the support of the convolution of two functions

This is a rather long problem and I'm having difficulties with a very specific part. The question starts with a function $\phi\in L_{1}(\mathbb{R})$ which vanishes outside of $(-\pi,\pi)$. Then for each $n\geq 1$, $\phi_{n}$ is defined to be the…
roo
  • 5,598
3
votes
1 answer

Pointwise convergence of the Cesàro mean of a function

A theorem in my notes claims the following: If $f\in L_1(\mathbb{T})$, and both $f(x+0) = \lim\limits_{t\to x^+} f(t)$ and $f(x - 0) = \lim\limits_{t\to x^-} f(t)$ exist, then $$\lim_{n\to\infty}\sigma_n (f) = \frac{[f(x + 0) + f(x - 0)]}{2}.$$ The…
roo
  • 5,598
3
votes
0 answers

Fourier transform of partial derivative

I am currently doing some reading on using Fourier transforms to solve PDEs and I stumbled upon a property that I am not sure how to prove. Suppose we have a heat-equation $u_t(x,t)=\alpha^2 u_{xx}(x,t)$ with $(x,t)\in \mathbb R\times [0,\infty)$.…
dinosaur
  • 2,252
3
votes
1 answer

Why a periodic function can be expressed by a set of finite numbers -- question about Fourier transform?

For a periodic function $f(x)$ with period $p$, Fourier transform says that it can be "expressed" by a set of infinite many number. $$ f(x)=\sum_{k=-\infty}^\infty F[k]e^{2\pi i kx/p} $$ where $$ F[k]=\frac{1}{p}\int_{x=0}^pf(x)e^{-2\pi…
3
votes
0 answers

Differentiation of a sum

What does one have to prove/show in order to justify $$ f(x)=\sum_{n=1}^k c_n \sin(nx) $$ has derivative $$ f'(x)=\sum_{n=1}^k c_n n \cos(nx) ?$$ I am used to assuming this to be true. Say also that $\sum\limits_1^\infty |c_n| < \infty$. Thank you.
R B
  • 31
3
votes
1 answer

Basic question about Fourier transform

The problem is: Let $f \in L^{1}(R) \cap C(R)$ . Supose that $f$ is positive. Show that $|\hat{f}(\xi)| < |\hat{f}(0)|$ for all $\xi \neq 0$. My idea: By the definition of the Fourier transform we have $$|\hat{f}(\xi)| \leq |\hat{f}(0)|$$ But i am…
math student
  • 4,566
3
votes
2 answers

Are there unitary transformations on $S(\mathbb{R})$ other than the Fourier transform?

Pretty much the title says it all. For $f$, $g$ in $S(\mathbb{R})$ one has $$ \langle f, g \rangle = \int_{-\infty}^{\infty} f(x)g(x) dx = \int_{-\infty}^\infty \hat{f}(k)\hat{g}(k) dk = \langle \hat{f},\hat{g} \rangle \quad \quad…
user26320