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
3 answers

proving Riemann-Lebesgue lemma

I have looked at proofs of the Riemann-Lebesgue lemma on the internet; all of these proofs use the technique of Riemann integration and making step functions. E.g.(https://proofwiki.org/wiki/Riemann-Lebesgue_Lemma) But if we know Parseval's identity…
mnmn1993
  • 435
1
vote
1 answer

estimate on a convolution

Let $\psi$ be a non-negative Schwartz function on $\mathbb{R}$ such that supp$\hat{\psi}$ is contained in $[-0.1, 0.1]$ and $\hat{\psi}(0)=1$. Define $\psi_k(x)=2^k\psi(2^kx)$ for any integer $k$. Let $I_k$ be an interval of length $2^{-k}$ and…
Tony B
  • 2,006
1
vote
2 answers

Fourier Transform of $\exp(-t)$

$$f(t)= \begin{cases} e^{-t} & 0
Pyro
  • 31
1
vote
1 answer

Existence of certain function in Schwartz space

Suppose a polynomial $P(x_1,\cdots,x_n)$ is given. Does there exist a function $\phi\in\mathcal{S}(\mathbb{R}^n)$ such that supp$(\phi)\subset\mathbb{S}^{n-1}$ and $\int_{\mathbb{R}^n}P(X)\phi(X)\,dX=0?$ notation:$\,\mathbb{S}^{n-1}$is the unit…
BigM
  • 3,936
  • 1
  • 26
  • 36
1
vote
0 answers

Fourier transformation of $\cos^2(\pi t)$

I need to fouriertransform the function $$f(t) = \cos^2(\pi t)$$ First question is if there is some kind of theorem to solve it in a very easy way but I don't know what will happen to the square in the transformation. Or second thought is to…
d.a.d.a
  • 111
1
vote
0 answers

Fourier transform independent of kernel?

I've tried computing a windowed Fourier transform using various kernels that were all made from periodic signals of the form a + bi with b being a shifted version of a. I used square waves, sin waves, periodic differentiated Gaussians and they all…
Uiy
  • 141
1
vote
1 answer

unilateral Fourier transform exists?

Is there one-sided Fourier transform (unilateral Fourier transform)? For example we have two-sided and one-sided Laplace transform.
1
vote
1 answer

Smoothness of Fourier transform of a measure

Is the Fourier transform of a finite Borel measure on $\mathbb{R}$ necessarily a smooth function?( $\widehat{\mu}(x)=\int_\mathbb{R}e^{-i\pi xy} d\mu(y)$)
BigM
  • 3,936
  • 1
  • 26
  • 36
0
votes
1 answer

An integral converges- Analysis Fourier

I want to show that if $k\geq2$ and $f\in C_{c}(\mathbb{R})\cap C^k(\mathbb{R})$ then $\int\limits_{\mathbb{R}} |\xi|^{κ-2}|\hat{f}(\xi)|dm(\xi)<\infty$. I can't understand what can i use for that. Thanks
user185559
0
votes
1 answer

Fourier transform $\mathcal{F}_y\left\{\frac{e^{-|y|x}}{y}\right\}$

I have shown that $$\mathcal{F}_y\left\{\frac{e^{-|y|}}{y}\right\} = -i \sqrt{\dfrac{2}{\pi}} \tan ^{-1} (k)$$ where $k$ is the frequency variable. I need to find, however, $$\mathcal{F}_y\left\{\frac{e^{-|y|x}}{y}\right\},$$ which I'm pretty sure…
jamesh625
  • 1,153
  • 1
  • 12
  • 23
0
votes
0 answers

Prove that $\prod_{k=0}^{n-1} \cos (x+k/n)\pi=\frac{\sin n(x+1/2)\pi}{2^{n-1}}$

Prove that $$\prod_{k=0}^{n-1} \cos \left( x+\frac{k}{n} \right)\pi= \frac{1}{2^{n-1}} \sin n\left( x+\frac{1}{2} \right)\pi $$ given that $$\prod_{k=0}^{n-1} \sin \left( x+\frac{k}{n} \right)\pi= \frac{\sin n\pi x}{2^{n-1}}$$ and $$\sin \left(…
A.Fidel
  • 181
0
votes
1 answer

Seperable functions have seperable Fourier transforms

How do I show that if $f(x,y)$ is separable into a product of a function of $x$ and a function of $y$, its Fourier transform $F(u,v)$ is also separable into a function of $u$ and a function of $v$?
0
votes
1 answer

Coefficient in defining Fourier Transform

I don't know why we define below coefficient in Fourier transform? thanks for your help
Panda
  • 681
0
votes
1 answer

Can the sum of infinitely many zero amplitude sinusoids converge to any function?

I've read this in a post here (can't remember which - might even have been a comment) that I thought that was the most ridiculous thing I have ever heard. Can someone illustrate mathematically that this operation is indeed possible or…
0
votes
1 answer

Frequency response and low pass filtering

I have one small doubt. I am studying filter banks, and hit upon by the frequency response of Haar wavelets. Which has the following form: $$\frac{1}{2} + \frac{1}{2}e^{j\omega}$$ This drops to to zero at $\omega=\pi$, and we call it low pass…