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!