(To be removed) Wavelet names for LWT
wavenames
will be removed in a future release. For 1-D lifting,
use liftingScheme
. For more information, see Compatibility Considerations.
W = wavenames(
T
)
W = wavenames(
returns
a cell array that contains the name of all wavelets of type T
)T
.
The valid values for T
are
'all'
— all wavelets
'lazy'
— “lazy”
wavelet
'orth'
— orthogonal wavelets
'bior'
— biorthogonal wavelets
W = wavenames
is equivalent to W
= wavenames('all')
.