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

Only when the function is odd its Fourier coefficient of cosnx is equal to 0?

Only when the function is odd its Fourier coefficient of cosnx is equal to 0?
park ning
  • 385
  • 1
  • 3
  • 11
0
votes
2 answers

Determining Fourier Coefficients without Function

I need to determine the Fourier coefficients that best describe a set of observational data. Now, everything I have read from Wikipedia, Google, and other answers on this site give me many ways of determining the coefficients given a function. …
mknote
  • 11
0
votes
1 answer

Fourier transform parameter

I'm currently working on the problem: If $\hat{f}(k)$ is the complex Fourier Transform of the function $f(x)$ and $a$ is a real constant with $a>0$, show that the complex Fourier Transform of $f(ax)$ is $\dfrac{1}{a} \hat{f}(\dfrac{k}{a})$. I've…
Mel
  • 293
0
votes
1 answer

Flipping and convolution theorem

Could you provide the mathmatical proof that multiplication in Fourier domain is only convolution , when the flipping (of one of the signals/functions) occurs. So, that multiplication is not convolution, when there's no flipping. See the minus…
0
votes
1 answer

Fourier Transform : complex or real?

Consider a function $f\in L^1(R)$, and its Fourier transform : $$\mathcal{F}[f](k)=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}e^{iks}f(s)ds$$ I would like to know if $k$ is a complex number or if it is real. Thank you,
Dicordi
  • 516
0
votes
2 answers

complex conjugation of a signal

My textbook says: Taking the complex conjugate of a periodical signal x(t) has the effect of complex conjugation and time reversal on the corresponding Fourier series coefficients. I understood the complex conjugation effect however I don't…
bfaskiplar
  • 137
  • 1
  • 6
0
votes
0 answers

Question regarding Fourier transform

Show that if $ f \in L^1[(0,2\pi)]$ and $\sum^\infty_{-\infty} |\hat{f}(n)|^2 < \infty$ then $f \in L^2[(0,2\pi)]$ where $\hat{f}(n)$ is the Fourier transform I started by by substituting the inverse transform into $||f||_2$, but it isnt going…
jake
  • 93
0
votes
0 answers

Problem of determining if sinusoidal function has real zeros in closed form

I've been thinking a lot about Fourier transforms lately, specifically how to create Fourier fields where on x and y pairs that touch the Fourier defined curve the height would equal 1 and smoothly fall to zero when moving away from the curve.…
0
votes
2 answers

Why the coefficient $1/L$ in the fourier coefficients?

In Stein's book on Fourier analysis, he defines the Fourier coefficients as $\hat{f}(n)=\frac{1}{L}\int_a^b f(x) e^{-2 \pi i n x /L}$ where the interval $[a,b]$ has length $L$. I understand that we need the $1/L$ in front of the integral in order…
roi_saumon
  • 4,196
0
votes
0 answers

Fourier transform: how did my book derive this?

I'm not sure I understand how to calculate Fourier transforms. How do I deal with the $i$ in the following? Let $$f(x) = e^{ cx} - e^{(c+1)x}, \ \ c > 0$$ for $x < 0$ (and $f(x) = 0$ otherwise). My book states the Fourier transform $\hat{f}(\xi)$ is…
saei
  • 77
0
votes
1 answer

Imagining the derivative of the dirac delta function

The Fourier transform of this $e^{-2\pi i f_0 t}$ is: $$\delta(f-f_0)$$ One can just imagine this as a vertical line in Fourier Space picking out the specific frequency of that exponential. The Fourier Transform of that complex exponential times $t$…
0
votes
0 answers

How do we know that the limit of the Fourier sums exist?

How do we know that the limit of the partial sums of the Fourier expansion exists? Can it happen that for an integrable function limit superior and limit inferior of the partial sums are unequal at some point?
0
votes
0 answers

$\mathcal L^2$ convergence of the Fourier series of an $\mathcal L^1$ function?

I'm reading Stein and Shakarchi's Fourier analysis. Here's a theorem from the book : But how can we talk about the mean-square convergence of the fourier series of an integrable function? What if it's not square integrable? E.g.…
Not Euler
  • 3,079
0
votes
0 answers

DFT of some functions

Given the DFT pair $x[k]$ and $X[r]$, for a sequence of length N, express the DFT of the following sequences as a function of X[r]: $$ y[k]=x[2k]$$ I guess this is a simple question, but I can't find the trick to solve it. What I can do is: $$…
Cheung
  • 357
0
votes
0 answers

To show that $S(\mathbb R)$ is contained in $C_0(\mathbb R)$

I have to show if function is in schwarz space $S(\mathbb R)$, then it is also in $C_0(\mathbb R )$(continuous functions dying at infiinity). $f\in S(\mathbb R) $means $f$ is infinitely many times differentiable and for any $n,m \in \mathbb N_0$,…
ogirkar
  • 2,681
  • 14
  • 27