how to convert an image into low frequency and high frequency subbands using DWT

조회 수: 8 (최근 30일)
ashok
ashok 2014년 9월 18일
댓글: ashok 2014년 9월 18일
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
Michael scheinfeild 2014년 9월 18일
[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
  댓글 수: 1
ashok
ashok 2014년 9월 18일
i think after generate the low and high frequency filter coefficients then multiply with the input image and get the high or low frequency band and subtract with the original to get high freq sub band is there any reference code for that

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by