
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
Instructions for creating two matlab functions, one for wavelet analysis and another for wavelet synthesis, to implement a 2d wavelets transform using haar wavelets. Students are required to write these functions with the given format and ensure the separability of haar filters is utilized.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

ECE 278A - HW #5: Wavelets Transform (DUE Wed. November 14th)
[F]=WaveletAnalysis(f,n);
where
[g]=WaveletSynthesis(F,n);
where
Make sure you exploit the separability of the Haar filters.