Borrar filtros
Borrar filtros

Wavelet decomposition of an image

1 visualización (últimos 30 días)
Pooja
Pooja el 5 de Jun. de 2013
[LL3,HL3,LH3,HH3]=dwt2(LL2,'haar');
LL3,i got it as 1.0e+003 * and values as 0.8241 0.6743 0.3463 0.1771 0.2440 0.3396 0.2764 0.6983 0.2599 etc..
When i gave B=floor(LL3); i got values as 824 674 346 177 244 339 276 etc.
Is this correct? Kindly help me.

Respuestas (1)

Walter Roberson
Walter Roberson el 5 de Jun. de 2013
Give the command
format long g
and then display LL3 again.
  2 comentarios
Pooja
Pooja el 5 de Jun. de 2013
normally what will be the o/p values of LL3 ?

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by