Wavelets stuffs: why does the 'Wavedec2' output has been divided into 'dd','ad','da'? what do they mean?

조회 수: 1 (최근 30일)
Actually I am using pywavelets in python, but I guess it is somehow related to MATLAB code.
I am using the following code to decompose my 2D input vec[:,:]
um = pywt.wavedecn(vec[:,:],wavelet,pywt.MODES.sym,axes=(0,1))
but the output 'um' has been classified into 3 groups: 'ad','da','dd'. Anyone has an idea of what does they mean?
Thanks a lot

답변 (0개)

카테고리

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