Single-level inverse discrete 3-D wavelet transform
X = idwt3(WT)
C = idwt3(WT,TYPE)
The idwt3
command performs
a single-level three-dimensional wavelet reconstruction starting from
a single-level three-dimensional wavelet decomposition.
X = idwt3(WT)
computes the single-level
reconstructed 3-D array X, based on the three-dimensional wavelet
decomposition stored in the WT structure. This structure contains
the following fields.
sizeINI | Size of the three-dimensional array |
mode | Name of the wavelet transform extension mode. |
filters | Structure with 4 fields, |
dec | 2 x 2 x 2 cell array containing the coefficients of the decomposition.
|
C = idwt3(WT,TYPE)
computes the single-level
reconstructed component based on the three-dimensional wavelet decomposition.
Valid values for TYPE
are:
A group of three characters 'xyz'
,
one per direction, with 'x'
,'y'
and 'z'
selected
in the set {'a'
,'d'
,'l'
,'h'
}
or in the corresponding uppercase set {'A'
,'D'
,'L'
,'H'
}),
where 'A'
(or 'L'
) specifies
low-pass filter and 'D'
(or 'H'
)
specifies highpass filter.
The char 'd'
(or 'h'
or 'D'
or 'H'
)
which specifies the sum of all the components different from the lowpass
component.