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
0
votes
2 answers

A question involving Fourier transform

I need a hand with this question: I have to find a function $g$ verifying the following: $$xe^{\frac{-x^2}{2}}=\int_{-\infty}^{x}g(t)e^{t-x} \mathrm{d}t,\quad \text{for }x\in\mathbb{R}$$ I know this somehow involves Fourier transform, but I don't…
Mark_Hoffman
  • 1,509
0
votes
1 answer

Discrete Time Fourier Tranform of $\frac{sin(n-2)\frac{\pi}{3}}{(n-2)\pi}$

I don't know how to go about solving this. I can see that this can easily be manipulated into the sinc function, but I don't know where that gets me.
0
votes
1 answer

Fourier analysis how do i calculate an equation

Struggle is an understatement! I'm trying to get my head around Fourier analysis and I have the equation : $$f(x)=2\pi^2+6x^2$$ unfortunately I have no idea where to start and my coursework depends on this as the actual calculation is worth 10…
0
votes
2 answers

Sampling and reconstruction frequency

For a sinusoid frequency of $1200$Hz and a sampling frequency of $2000$Hz and a reconstruction frequency of $2000$Hz and $3000$Hz, what frequency will the sinusoid be after the reconstruction? Progress I divided $1200/2000$ for $f/f_s$ but am…
0
votes
1 answer

Inner product of functions is preserved by inner product of fourier co-efficients, more to plancherel theorem

By Plancherel theorem the map $T:L^{2}(\mathbf{T}) \longrightarrow l^2(\mathbf{Z})$ defined by $T(f) =(f^{\wedge}(n))_{n \in \mathbf{z}}$ is a surjective isometry. But I have to show a bit more.That is $\forall f,g \in L^2(T)$ we have to show…
Arindam
  • 835
  • 7
  • 18
0
votes
1 answer

Fourier Transform of $\cos(\pi t)+2\sin(3\pi t)+\cos(5\pi t)\cos(7\pi t)$

I think I understand this question up until the last term. So far I have: $$F(\omega)=\pi(\delta(\omega+\pi) + \delta(\omega-\pi))+2\pi(\delta(\omega+3\pi) + \delta(\omega-3\pi))+\frac{1}{2}(\delta(\omega+5\pi) +…
0
votes
1 answer

Fourier coefficient problem

Calculate fourier coefficient $\hat{s}(-1)$, where 1-periodic signal $s$ :$\Bbb{R}/\Bbb{Z}\to\Bbb{C}$ is defined with equation $s(t)=(2cos(\pi t))^{16}$
ELEC
  • 1,113
0
votes
1 answer

question involving integration of fourier transform

I was reading a paper and I came across one equation, in which I had a problem deriving this…
meta_warrior
  • 3,288
  • 18
  • 34
0
votes
1 answer

Fourier conjugate problem?

Do I need to use conjugation rules to show that $\overline{h(t)}=\hat{g}(t)$ and when $g(t)=\overline{\hat{h}(t)}$? Trying to prove parsevals identity with this one. Edit: Something like this:…
ELEC
  • 1,113
0
votes
1 answer

Frequency result of FFT for data that does not start at t=0

I know there are already a lot of questions about frequency bins in FFT. However I have one that doesn't really fit to the ones I read. I have time dependent data where the time does not start at t=0 but later. The question I have is how I define…
Jens
  • 167
0
votes
1 answer

Help with Fourier transform

I need to show that the Fourier transform of $$ {\rm g}\left(t\right) = {1 \over 2\pi}\,{1 \over 1 - {\rm i}t}\quad \mbox{is}\quad {\rm G}\left(w\right) = {\rm e}^{-\omega}\quad \mbox{for}\quad \omega > 0\ \mbox{and}\ 0\ \mbox{otherwise.} $$ Any…
0
votes
1 answer

solve laplace equation by fourier tranform

If $$ ∇^2 u=0$$ ,for $$ x≥0$$ and if $$u=f(y)$$on $$x=0$$ show that $$u(x,y)=x/π ∫_-∞^∞]〖f(ξ)/(x^2+(y-ξ)^2 ) dξ〗$$ solve by fourier tranform
maha
  • 205
  • 1
  • 3
  • 12
0
votes
1 answer

Cosine transform of a Sine function

We all know that cos and sin are two orthogonal functions hence their dot product is zero over a domain. Then in the cosine transform how can a sine function be represented by a cosine basis function? PS : this question may be silly, but please be…
Varo
  • 113
0
votes
1 answer

When is it ok to Fourier Transform functions that are not in L^2?

I was recently reading a paper that used a Fourier decomposition to solve a differential equation. The equation looked like this: $$ \frac{V(t)'}{V(t)} = \Phi_0\,x_0\,(P(t)-Y)\,\exp(-k_0t)+\text{some other terms} $$ The author splits the RHS into…
Paul
  • 557