Why does the approximations at different levels have the same size for wavelet swt2 function?
이전 댓글 표시
[A,H,V,D] = swt2(X,N,'wname')
For 1 ? i ? N, the output matrix A(:,:,i) contains the coefficients of approximation of level i.
When I run the example given for this example, I found the sizes at different, i.e. different i, all the matrices of A(:,:,i) have the same size.
I think it's downsampled for approximation at different levels.
Where's my fault?
답변 (1개)
L.
2011년 11월 21일
1 개 추천
swt2 doesn't do downsampling, this is the difference between dwt and swt
카테고리
도움말 센터 및 File Exchange에서 Image Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!