Daubechies-4 Transform in MATLAB

Posted by Myx on Stack Overflow See other posts from Stack Overflow or by Myx
Published on 2010-04-14T18:03:24Z Indexed on 2010/04/18 11:33 UTC
Read the original article Hit count: 480

Hello:

I have a 4x4 matrix which I wish to decompose into 4 frequency bands (LL, HL, LH, HH where L=low, H=high) by using a one-level Daubechies-4 wavelet transform. As a result of the transform, each band should contain 2x2 coefficients. How can I do this in MATLAB? I know that MATLAB has dbaux and dbwavf functions. However, I'm not sure how to use them and I also don't have the wavelet toolbox.

Any help is greatly appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about matlab

Related posts about signal-processing