how to convert an image into low frequency and high frequency subbands using DWT
古いコメントを表示
while using dwt2 it gives 4 sub bands as LL LH HL HH but i need only as Low and High
if we take the LL and HH from dwt2 some of the details are missing how to do in matlab
回答 (1 件)
Michael scheinfeild
2014 年 9 月 18 日
0 投票
[cA,cH,cV,cD] = dwt2(X,'wname')
it gives you the sub bands you need of course it not gives all info if you take only two bands , you can try to filter or threshold http://www.mathworks.com/help/wavelet/ref/dwt2.html
カテゴリ
ヘルプ センター および File Exchange で Wavelet Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!