2D-Wavelet-Decomp
This function performs single-level 2D wavelet decomposition with the chosen wavelet decomposition filters. The result is comprised of four matrices: the approximation coefficients, the horizontal details coefficients, the vertical details coefficients, and the diagonal details coefficients.
The decomposition filters are determined by the chosen wavelet. Currently, three types of wavelets are available, including Haar, Daubechies (), and Biorthogonal ().
Note that the end extension method for wavelet decomposition is always assumed to be periodic.
To use 2D wavelet decomposition: