Scilab Wavelet Toolbox Function
Last update : June 2007
wmaxlev - maximun wavelet decompostion level
Calling Sequence
-
L=wmaxlev(length,wname)
-
L=wmaxlev([LRow,LCol],wname)
Parameters
-
wname
: wavelet name
-
length
: length
-
LRow
: row length
-
LCol
: column length
-
L
: decomposition level
Description
wmaxlev is the maximum decompostion level calculation utility.
Examples
x=rand(1,100);
L=wmaxlev(length(x),'db5');
Author
Roger Liu and Isaac Zhi
See Also
,