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

Type of *the* discrete sine transform

When one refers to "the" discrete cosine transform (DCT), it is generally assumed that one means the type II DCT, where the input array $x_k$ ($0 \leq k < N-1$) is even about $k=-1/2$ and $k=N-1/2$. Is there a similar convention for "the" discrete…
matt
  • 123
2
votes
0 answers

Relative phase shift from the inverse fourier transform

Is it possible to get relative phase information from Fourier analysis? I am under the impression that * waves hands * Fourier analysis tells you the frequencies and amplitudes of the set of simple waveforms making up a more complex function. This…
2
votes
2 answers

Fourier transform of a 2-D Gaussian on a ring

I need some help obtaining the 2-D Fourier transform of the following function: $$f(r)=e^{-\frac{-2(r-a)^{2}}{w^{2}}}$$ Where $r$ is the polar radius, $a$ and $w$ are positive. So this describes a radially symmetric Gaussian on a ring of radius $a$.…
David T
  • 377
2
votes
1 answer

infinite discrete abelian group

I am not too familiar with Fourier analysis, but I needed to use a certain result. I would appreciate any assistance. I was reading a literature in Foruier analysis and it said something like "Every infinite discrete abelian group $G$ contains a…
Tom Mosher
  • 1,349
  • 8
  • 12
2
votes
1 answer

the delta function written as the integral of a complex number

Hi: I've been reading an introductory book on Fourier transforms. The author explains the $\delta$ function ( while noting that it's really a distribution ) in the following manner which makes a lot of sense to me: $\delta(t) = \lim_{~a\to\infty }…
mark leeds
  • 1,514
2
votes
2 answers

Fourier transform of $e^{-|t|}\sin(t)$

How can i calculate the Fourier transform of $e^{-|t|}\sin(t)$. I guess I need to do something with convolution, but I am not sure. Can somebody show me the way?
2
votes
1 answer

Fourier Transform of a conjugated function (in the fourier plane)?

I'm trying to figure this out. Assume lower case is in $(x,y)$ and upper case is in $(fx,fy)$. I understand 2 forward FFT's lead to a sign reversal. FFT$(t(x,y)) = T(fx,fy)$, FFT$(T(fx,fy)) = t(-x,-y)$ I also know that there are sign reversals in…
pmdaly
  • 121
2
votes
1 answer

Fourier Transform of x(-2t+4)

How would one go about obtaining the Fourier Transform of a general signal $x(-2t+4)$? I know one can use a table of Fourier Transform properties to easily evaluate this, but I want to use the definition of the Fourier Transform: $$ X(w) =…
Bob Shannon
  • 1,561
2
votes
0 answers

Generalized Fourier series

This is my first post here, so I hope I'm not doing sth wrong. I have to prove the following statement: For $f \in C^1(\mathbb{R^2})$ define $f_n(x,y) = \int_{\mathbb{T}} f(k(\theta)(x,y))e^{-2\pi i n\theta}\mathrm{d}\theta$ where $k(\theta) =…
marco
  • 21
2
votes
1 answer

Fourier Transform Identity (Convolution & Symmetry rule)

I don't follow the part of the solution highlighted in green. Use the symmetry rule to show that $${\cal F}\{f(x)g(x)\}=\dfrac1{2\pi}\left(\hat f(\omega)*\hat g(\omega)\right).$$ Convolution $\Rightarrow{\cal F}\{\hat f(\omega)*\hat…
user144895
2
votes
0 answers

Inverting the following fourier transform

Let $u(x,y)$ be fourier transformed in x to $\tilde{u}(k,y)=\pi e^{-|k|(1+y)}$ Then by inverting the transform derive the solution for $u(x,y)$. I know that $\mathcal{F}(\frac{1}{1+x^2})=\pi e^{-|k|}$. Also $\mathcal{F}({\frac{y}{\pi…
Trajan
  • 5,194
  • 2
  • 27
  • 71
2
votes
2 answers

Help Understanding the Lipschitz Norm

I am asked to show that there is a $2\pi$ periodic function $f$ and a $2\pi$ period function $g$ such that $f\in L_{\infty}(\Pi)$ and $g\in \Lambda^{1}(\Pi)$ ($g$ is Lipschitz) with the following properties. (1)…
roo
  • 5,598
2
votes
1 answer

Difference between Cesàro mean of a function and the function itself

I'm reading through my professor's class notes for Fourier Analysis and there is a remark that I can't verify. He notes that: $$[\sigma_n (f)](x) - f(x) = \frac1{2\pi}\int_{-\pi}^\pi [f(x+t) - f(x)]K_n(t)\;\mathrm dt.$$ Note that here $K_n$ is the…
roo
  • 5,598
2
votes
0 answers

a fourier multiplier inequality

I am reading "Estimates for translation-invariant operators" by Lars Hormander. Currently, I am stuck at the following argument which seems obvious to Lars ))). Let $\varphi(\xi)$ be such a function that the following inequalities…
2
votes
1 answer

About a function and its Fourier transform being zero at the same time.

If we have $f\in L^{2}(\mathbb{R})$. How can I prove that (if $f$ is not zero), $f$ and its Fourier transform $\cal{F}(f)$ can't be zero out of a bounded interval? I think it involves the inversion formula, but how can we prove this in a rigurous…
Mark_Hoffman
  • 1,509