MATH 414 Lecture 32

From Notes
Jump to navigation Jump to search

« previous | Monday, April 7, 2014 | next »

End Exam 2 content


Exam Review

Sampling Theorem

given band-limited f(t), the support of f^ is a subset of [Ω,Ω].

  • Ω is the angular frequency (in radians / sec)
  • Ω2π is the natural frequency, the highest frequency in the singal (in hertz)
  • In the theorem below, πΩ is the sampling interval (in seconds; time between samples)
  • ωπ (twice the natural frequency) is the Nyquist rate


Theorem.
j=f(jπΩ)sin(Ωtjπ)Ωtjπ

Proof. [omitted]

quod erat demonstrandum

Sampling at anything lower than the nyquist frequency results in lost information (not enough to see the full ups and downs of the waves)

Discrete Fourier Transforms of Periodic Sequnecs

Given two n-periodic sequences y,zSn, show that z^k=wky^k, where w=e2πin

y^k=j=0n1yjwjkz^k=j=0n1zjwjk=j=0n1yk+1wjk==1nyw(1)k=wk=1nywk=wk=1nywk=wk(=1n1ywk+ynwnk)=wk(=1n1ywk+y01)=wk=0n1ywk=wky^k


Proof of Haar Decomposition

Given fj=k=akjϕ(2jxk), the projection of fj onto Vj1 is given by

projVj1(fj)=k=akj1ϕ(2j1xk)

Prove that akj1=12(a2kj+a2k+1j).


akj1=2j1fj(x)ϕ(2j1xk)dxϕ(2j1xk)=ϕ(2(2j1xk))+ϕ(2(2j1xk)1)=ϕ(2jx2k)+ϕ(2jx2k1)=2j1fj(x)ϕ(2jx2k)dx+2j1fj(x)ϕ(2jx2k1)dx=2j1(2ja2kj)+2j1(2ja2k+1j)=21(a2kj+a2k+1j)

Fast Fourier Transform

Given data y={y0,y1,y2,,y2N1}, where N=2L1 for L.

2N[y]=N[y0,y2,,y2N2]k+WkN[y1,y3,,y2N1]

How many multiplications does it take to compute 2N?

  • KL=2KL1+2L
  • KLNlogN