MultiScale Filter Bank

12 vues (au cours des 30 derniers jours)
DAD
DAD le 19 Sep 2011
Dear sr, I am doing a project in Image Processing using MATLAB .......In this i require a Multiscale Filter Bank Coding.........So kindly send Code for this..............Thanks in advance..........

Réponse acceptée

Wayne King
Wayne King le 19 Sep 2011
Hi, If you have the Wavelet Toolbox, you can implement a multiscale separable filter bank using wavedec2. Just one example:
load woman;
[C,S] = wavedec2(X,4,'sym4');
Wayne

Plus de réponses (0)

Catégories

En savoir plus sur Filter Banks dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by