how to perform idwt on a 2D matrix?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
s=rand(10000,1);
d=dwt2(s,'haar');
Now how to perform idwt2 on d matrix.
2 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!