how to convert an image into low frequency and high frequency subbands using DWT

while using dwt2 it gives 4 sub bands as LL LH HL HH but i need only as Low and High
if we take the LL and HH from dwt2 some of the details are missing how to do in matlab

Respuestas (1)

[cA,cH,cV,cD] = dwt2(X,'wname')
it gives you the sub bands you need of course it not gives all info if you take only two bands , you can try to filter or threshold http://www.mathworks.com/help/wavelet/ref/dwt2.html

1 comentario

i think after generate the low and high frequency filter coefficients then multiply with the input image and get the high or low frequency band and subtract with the original to get high freq sub band is there any reference code for that

Iniciar sesión para comentar.

Categorías

Más información sobre Wavelet Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Sept. de 2014

Comentada:

el 18 de Sept. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by