how to obtain wavelet co-efficient
조회 수: 1 (최근 30일)
이전 댓글 표시
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 ,
댓글 수: 0
채택된 답변
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
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.
추가 답변 (1개)
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!