MATH 414 Lecture 37

From Notes
Jump to navigation Jump to search

« previous | Wednesday, April 23, 2014 | next »


Exam Discussion

Problem 2

Frequency response: 2πh^(ω)=151e5iωiω

Convolution filter:

(f*h)(t)=h(τ)f(tτ)dτ=1505f(tτ)dτ=15t5tf(σ)dσ

Where σ=tτ

3 Cases:

  1. t<0, then σ[t5,0): thus (f*h)=0.
  2. t(0,5), then σ[t,t5]: thus (f*h)=15t50f(σ)dσ+150tf(σ)dσ=115(1e3t)
  3. t>5, then σ>0: thus (f*h)=115(e3(t5)e3t)

Problem 4

f2 defined by a2=(3,1,2,0,3,9,3) (ak2=0 for k<0 or k>7

Haar Wavelet Decomposition into b1, a1, and a0 for f2=f0+w0+w1

akj1=12(a2kj+a2k+1j)bkj1=12(a2kja2k+1j)


First decomposition level a1, b1 gives:

a1=(2,1,3,32)b1=(1,1,6,32)

Corresponding to k=0,1,2,3 (and ak1=bk1=0 for k<0 or k>3)

Second decomposition level a0, b0 gives:

a0=(12,34)b0=(32,94)

Corresponding to k=0,1 (and ak0=bk0=0 for k<0 or k>1)


MRA Summary

So far, we've assumed that the pk's are real. Let's keep that assumption and see what we have so far:

Multi-Resolution analysis:

scaling function
ϕ(x)=kpkϕ(2xk)
pk=2ϕ(x)ϕ(2xk)dx
wavelet
ψ(x)=k(1)kp1kϕ(2xk)
decomposition
akj1=12mpm2kamj
bkj1=12mp1m+2k
reconstruction
akj=mpk2mamj1+m(1)kp1k+2mbmj1
are these pk indexes correct?
filters
low-pass decomposition k=12pk
high-pass decomposition hk=12(1)kpk+1
low-pass reconstruction ~k=pk
high-pass reconstruction h~k=(1)kp1k



Properties of pk's

The entire scheme of an MRA depends on the pk's, which, in turn, may very well depend on the scaling function definition

The pk's must satisfy the following properties:

  • kpk2pk=2δ,0
  • kp2k=kp2k+1=1

If we have ϕ(x)=kpkϕ(2xk), then

[ϕ(x)]=ϕ^(ξ)=[kpkϕ(2xk)](ξ)=kpk[ϕ(2xk)](ξ)

Let's look at that inner Fourier transform:

[ϕ(2xk)](ξ)=12πϕ(2xk)eiξxdx=1212πϕ(u)eiξ(u+k2)du=12eiξk212πϕ(u)eiξ2uduϕ^(ξ2)

Plugging this back in to our Fourier transform of ϕ gives:

ϕ^(ξ)=kpk[ϕ(2xk)](ξ)=kpk(12eiξk2ϕ^(ξ2))

Let P(z)=12kpkzk. Then

ϕ^(ξ)=P(eiξ2)ϕ^(ξ2)

We can expand the ϕ^(ξ2) in the RHS n times to get

ϕ^(ξ)=(r=1nP(eixi2r))ϕ^(ξ2n)

If we let n, then ϕ^(ξ2n)ϕ^(0)=12π. Hence

ϕ^(ξ)=12πr=1P(eiξ2r)


For the Haar wavelet, ϕ^(ξ)=12πr=1(1+eiξ2r2)


Now we can construct new scaling functions and wavelets by just working with ϕ^.