how to perform idwt on a 2D matrix?
2 ビュー (過去 30 日間)
古いコメントを表示
s=rand(10000,1);
d=dwt2(s,'haar');
Now how to perform idwt2 on d matrix.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!