how to perform idwt on a 2D matrix?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
s=rand(10000,1);
d=dwt2(s,'haar');
Now how to perform idwt2 on d matrix.
2 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices 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!