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

How can I show the approximate version of the fourier inversion formula?

Let f be $L^1(R) \cap C_0(R)$ and satisfies $|\hat{f}(\alpha)|\leq A\frac{1}{|\alpha|}$, for all non zero real $\alpha$, for some positive A. Then, show that for any $x \in R$, $f(x) = \lim_{R\rightarrow \infty}\frac{1}{2\pi}\int_{-R}^{R}…
artes75
  • 83
1
vote
1 answer

Is the step function periodic?

Consider Example 3.5 in the following lecture notes on Fourier Analysis, on page 10 at the bottom. http://www.math.ku.dk/~schlicht/DL/2013/fourier-summary.pdf I cannot understand why it says that a function defined on $[-\pi,\pi[$ is…
1
vote
2 answers

FFT Characteristics?

I'm looking at this regarding a simple spectrogram 1) my question is about this line % Take the square of the magnitude of fft of x. mx = mx.^2; why do you need to take the square of the FFT after you take the absolute value? 2) Is the Nyquist…
1
vote
1 answer

Calculating inverse Fourier Transform without outright integrating

This was one of the later questions in my tutorial which I didnt reach in time. Answers for tutorials aren't posted online however so I tried working through this alone but quickly got stuck $\displaystyle \hat{f}(w) =…
1
vote
1 answer

How to get $h(t)$ using direct inverse Fourier transform formula for $H(jw)=1/(a+jw)$?

I want to find the inverse Fourier transform of $H(jw)=1/(a+jw)$. We know from the Fourier table that $$ F(e^{-at}) = 1/(a+jw). $$ So that $$ h(t)=e^{-at}. $$ But can we get $h(t)$ directly using inverse Fourier transform formula as below? $$ h(t)…
Albert
  • 87
1
vote
1 answer

How do I find the Fourier transform of $\mathcal{F}[\log(a^2+s^2)](s)$

For $a>0$ i have managed to show that this is the Fourier transform of the function. $$ \mathcal{F}[e^{-a|x|}](s) = \frac {2a}{\sqrt{2{\pi}}(a^2+s^2)}. $$ How do I now use this to find the Fourier transform of: $$ \mathcal{F}[\log(a^2+s^2)](s)? $$ I…
sean
  • 113
1
vote
0 answers

fourier transform of $\operatorname{sinc}$ function

I have to do the fourier transform of this signal $\left(\frac{1}{10}\right)\operatorname{sinc}\left(\frac{t}{10}\right)$ where sinc function is defined as $\frac{\sin(\pi x)}{\pi x}$. the transform of this signal according to my studies is:…
Mazzy
  • 281
1
vote
1 answer

Derivation of the fourier transform of $x^n f(x)$

Can anyone point me to a derivation of $x^n f(x)$? I know that the answer is $(i)^n$ times the $n$-th derivative of the transform of $f(x)$, but I've searched for a derivation and can't find it.
John Echo
  • 197
1
vote
0 answers

Fourier transforms intuitive explanation

I have read on wikipedia that: The Fourier transform of a function of time itself is a complex-valued function of frequency, whose absolute value represents the amount of that frequency present in the original function, and whose complex argument…
Pao
  • 225
1
vote
1 answer

The proof of the Plancherel Theorem

I am reading the proof of the Plancherel Theorem in Folland. But I am quite confused about one of his claims. Suppose $f,g \in L^2(T)$ and $\hat{f}\in L^1$ ($\hat{f}$ is the Fourier transform). then $f$ is in $L^{\infty}$. How can we show it? Thank…
1
vote
0 answers

Fourier transform of $\frac{\sin2\pi t-\sin\pi t}{\pi t}$

I'm helping a student out with determining the transform above. His instructor apparently offered a hint about applying the convolution theorem, but I can't seem to get anywhere with that suggestion. Instead, I tried a different approach using the…
user170231
  • 19,334
1
vote
0 answers

Prove $\int_0^\infty f(t) \frac{1}{t+x} dt$ is its own Fourier cos transform if $f(t)$ is its own Fourier cos transform

The problem says to use the fact that $g(x) = \int_0^\infty f(t) e^{-xt}$ is its own Fourier sine transform if $f(x)$ is its own cos transform. My working so far: $F_c(\int_0^\infty f(t) \frac{1}{t+x} dt) = \int_0^\infty \int_0^\infty cos(sx) f(t)…
1
vote
1 answer

What would be the Z transform from fourier transform?

I am trying to get the z tranform from the fourier transform, so I am trying to get its equivalent in time to then, get the z transform, this is what I have: $$Y(w) = \left\{ \begin{array}{c l} 1 & 0\le |w|\le \frac{\pi}{2}\\ 0 & \frac{\pi}{2}\le…
Peterson
  • 215
1
vote
1 answer

Fourier transformation of complex exponential proof

How do I prove that the Fourier transformation of the complex exponential $$\exp\left[ i \pi(( a^2 x^2) +(b^2 y^2))\right]$$ is $$\exp\left[i {\pi}\left( {fx^2 \over a^2} + {fy^2 \over b^2}\right)\right]$$
B.V.Rao
  • 19
1
vote
1 answer

Fourier transform ID

I'm assuming $\frac{d}{dw}$ should be written as $\frac{\partial}{\partial \omega}$ I'm a bit confused by the part highlighted in green. I'm think i'm right in saying that when we integrate wrt one variable ($x$ in this case) we leave the other…