appcoef
1-D approximation coefficients
Description
Examples
Input Arguments
Output Arguments
Algorithms
The input vectors C
and L
contain all the
information about the signal decomposition.
Let NMAX = length(L)-2
; then C = [A(NMAX) D(NMAX) ...
D(1)]
where A
and the D
are vectors.
If N = NMAX
, then a simple extraction is done; otherwise,
appcoef
computes iteratively the approximation coefficients
using the inverse wavelet transform.
Extended Capabilities
Version History
Introduced before R2006a