MultiScale Filter Bank

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..........

 Respuesta aceptada

Wayne King
Wayne King el 19 de Sept. de 2011

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Filter Banks en Centro de ayuda y File Exchange.

Preguntada:

DAD
el 19 de Sept. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by