
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The fifth homework assignment for the electrical and computer engineering (ece) course 802-601. The assignment covers various topics related to wavelet transform and its applications in signal processing. Students are required to solve problems on perfect reconstruction filters, wavelet packet decomposition, lifting implementation of daubechies wavelets, and denoising using wavelets.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

ECE 802-601 Homework 5
due April 13, 2006
h define a pair of perfect reconstruction filters in a biorthogonal system.
a) Show that H
∗ (ω)
H(ω) + H
∗ (ω + π)
H(ω + π) = 2.
b) Prove that hnew[n] =
1
2
(h[n] + h[n − 1]),
hnew =
1
2
h[n] +
h[n − 1]) defines a new pair
of perfect reconstruction filters.
c) The Deslauriers-Dubuc filters are H(ω) = 1 and
H(ω) =
1
16
(−e
− 3 jω
−jω
9 e
jω
−e
3 jω
). Compute h new
and
h new
as well as the corresponding biorthogonal wavelets
ψ new
ψ new
a)Use the ’wpdec’ function in MATLAB using the Shannon entropy and log energy
criteria. Compare the results with each other and to the wavelet decomposition for
this signal.
b) Now add random white noise to this signal using randn(length(x)). Repeat the
same procedure as in part (a). Do the results change? Why or why not?
to 4. Sketch the block diagram of the one-step decomposition and reconstruction. Write
a MATLAB function that will implement this decomposition. Test your program with
the following signal, x = (32. 0 , 10. 0 , 20. 0 , 38. 0 , 37. 0 , 28. 0 , 38. 0 , 34. 0 , 18. 0 , 24. 0 ,
with n(t) being the noise. Numerically, we can model n(t) by using a random number
generator, such as MATLAB’s rand. Take 1500 samples on [− 2 , 3] of f and do an
analysis with N = 2, 3 and 6 Daubechies wavelets. Experiment with different levels.
Which wavelet does the best job? Include a copy of the original and the denoised
signal, and explain your procedure.