I have a project to transform an image using dwt
.
I successfully done it using function dwt2
, and now I try to use function dwt3
by changes some code from the function dwt2
(add more subband: 8 subbands). Unfortunately, an error comes out, which said "Too many output arguments".
My question is, what is the right way to write MATLAB code for dwt3
? Is it not same as dwt2
, just add more subbands?