October 13, Friday
Parseval Equality says, Fourier transformation, as a linear map from one function space (function on x), to another function space (function on p), preserves 'norm'. Norm is just a fancy way of saying 'length of a vector'.
What do we mean by the length of a function?
FT Conventions
Continuous Fourier transformation (OK, I switched to Boas convention)
f(x)=∫RF(p)eipxdp.
F(p)=(1/2π)∫Rf(x)e−ipxdx.
Discrete Fourier transformation
Fix a positive integer N. x,p are valued in the 'discretized circle'
Z/NZ≅{0,1,⋯,N−1}.
f(x)=p∈Z/NZ∑F(p)e2πi⋅px/N.
F(p)=(1/N)x∈Z/NZ∑f(x)e−2πi⋅px/N.
Let f(x) be a complex valued function on x∈R, we define
∥f∥x2:=(1/2π)∫R∣f(x)∣2dx
Let F(p) be a complex valued function on p∈R, we define
∥F∥p2:=∫R∣F(p)∣2dp
∥f∥x2:=(1/N)x=0∑N−1∣f(x)∣2
Let F(p) be a complex valued function on p∈R, we define
∥F∥p2:=p=0∑N−1∣F(p)∣2
Parseval Equality
If F(p) is the Fourier transformation of f(x), then ∥F∥p2=∥f∥x2.
We proved in class the discrete case. The continuous case is similar in spirit, but harder to prove.
Convolution
Consider two people, call them Alice and Bob, they each say an integer number, call it a and b. Suppose a and b both have equal probability of taking value within {1,2,⋯,6}, we can ask what is the probabity distribution of a+b?
We know P(a=i)=1/6, P(b=i)=1/6 for any i=1,⋯,6, otherwise the probabilit is 0. Then
P(a+b=k)=i+j=k∑P(a=i)P(b=j).
This is an instance of convolution.
convlution in x space
Convolution is usually denoted as ⋆.
If f and g are functions on the x space, then we define
(f⋆g)(x)=∫x1f(x1)g(x−x1)dx1
If F and G are functions on the p space, then we define
(F⋆G)(p)=∫p1F(p1)G(p−p1)dp1
Fourier transformation sends convolution of functions on one side to simply multiplication on the other side.
(1/2π)FT(f⋆g)=F⋅G.
FT(f⋅g)=F⋆G.