Borrar filtros
Borrar filtros

I have problem to calculate adjoint of haar wavelet transforme

1 visualización (últimos 30 días)
A B
A B el 4 de Mzo. de 2016
hello, I have problem to calculate adjoint of haar wavelet transforme, if I calculate haar wavelat give me M matrix, then I calculat det(M)*inv(M), it give me black image (with infinity values), the code matlab is
[cA11,cH11,cV11,cD11] = dwt2(AU,'haar');%AU original image wav1=[cA11,cH11;cV11,cD11]; adjwav1=det(wav1)*inv(wav1);%%adjwav1 is black image.
help me please

Respuestas (0)

Categorías

Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by