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