필터 지우기
필터 지우기

DWT

조회 수: 2 (최근 30일)
kush
kush 2012년 3월 23일
i am working on dwt2 with mode as 'db2' problem i am facing is that size of cA is not exactly half of image used,which create problem in further part if anyone knows plz help

채택된 답변

Wayne King
Wayne King 2012년 3월 23일
Hi Kush, that is because the default extension mode for the DWT is not periodic. First, set the extension mode to 'per'
dwtmode('per');
Then use dwt2()
load woman;
dwtmode('per');
[A,H,V,D] = dwt2(X,'db2');

추가 답변 (0개)

카테고리

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