how to obtain wavelet co-efficient

조회 수: 1 (최근 30일)
FIR
FIR 2011년 10월 1일
I am working on 3D IWT ,sir,the output i need is eight 3-D frequency sub-bands
LLLr,LLHr,LHLr,LHHr,HLLr,HLHr,HHLr,HHHr
Each level of decomposition, r, of the transform decomposes the 3-D image input into eight 3-D frequency sub-bands as mentioned,I have uploaded the block diagram ,

채택된 답변

Wayne King
Wayne King 2011년 10월 1일
Hi, MATLAB supports a 3-D wavelet transform, but the 3-D lifting scheme is not supported so the coefficients will be not be integers even if you start with integer-valued data. That being said, please look at:
Look at the explanation for the dec field of the structure array output.
Also, look at the reference page for dwt3
Wayne
  댓글 수: 10
Wayne King
Wayne King 2011년 10월 1일
I'm sorry I really don't have time to read your paper. If your goal is to process the whole 26 slice dataset, with an eye toward compression for example, then wavedec3, waverec3 are the right tools. Please look at the demo that I referred you to.
FIR
FIR 2011년 10월 1일
i saw that demo sir thank u am graetful to u ,
http://imgur.com/QLLy2
please look at the block diagram,and say howb to get that coefficient

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

추가 답변 (1개)

Wayne King
Wayne King 2011년 10월 1일
FIR, I told you that answer. Please look at the example in wavedec3. I included the link for you above. If you open the reference page and read it, it tells you how to find those coefficients.

카테고리

Help CenterFile Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by