Borrar filtros
Borrar filtros

how to perform idwt on a 2D matrix?

5 visualizaciones (últimos 30 días)
Sajid Sarwar
Sajid Sarwar el 19 de Nov. de 2018
Comentada: Sajid Sarwar el 22 de Nov. de 2018
s=rand(10000,1);
d=dwt2(s,'haar');
Now how to perform idwt2 on d matrix.
  2 comentarios
Sajid Sarwar
Sajid Sarwar el 20 de Nov. de 2018
can anyone help?
Sajid Sarwar
Sajid Sarwar el 22 de Nov. de 2018
Answer of above question
s=rand(10000,1);
[LL,LH,HL,HH]=dwt2(s,'haar');
sx=size(s);
st =idwt2(LL,LH,HL,HH,'haar',sx);

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB 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