how to obtain wavelet co-efficient

1 view (last 30 days)
FIR
FIR on 1 Oct 2011
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 ,

Accepted Answer

Wayne King
Wayne King on 1 Oct 2011
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 Comments
Wayne King
Wayne King on 1 Oct 2011
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 on 1 Oct 2011
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

Sign in to comment.

More Answers (1)

Wayne King
Wayne King on 1 Oct 2011
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.

Categories

Find more on Wavelet Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!