undecimated discrete wavelet transform
이전 댓글 표시
hi, i need the code for undecimated discrete wavelet transform,actually i write the dwt,but i dont know how to implement udwt from dwt,i need to ommit the downsampling step in dwt operation ,i tried but didnt succeed,can any one help me for udwt code
답변 (2개)
Wayne King
2012년 3월 14일
0 개 추천
If you have the Wavelet Toolbox, there are undecimated wavelet transform routines in that toolbox: ndwt and swt
Wayne King
2012년 3월 15일
Midhun, you cannot use dwt() that is the decimated discrete wavelet transform.
Please see the help for swt() or ndwt() as I stated in my first answer.
>>doc swt
or
>>doc ndwt
댓글 수: 4
Midhun
2012년 3월 15일
Wayne King
2012년 3월 15일
Midhun, I don't know what to say, both the ndwt() and swt() reference pages have examples of how to do an MRA with the nondecimated wavelet transform.
Wayne King
2012년 3월 15일
Plus, it appears from your dwt() output argument syntax that you want a 2-D transform, but you don't use dwt2?? If you want 2-D, use ndwt2 or swt2
Midhun
2012년 3월 16일
카테고리
도움말 센터 및 File Exchange에서 Image Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!