Wavelet Toolbox
  Go to function:
    Search    Help Desk 
waveinfo    Examples   See Also

Information on wavelets.

Syntax

Description

waveinfo gives information on all wavelets.

waveinfo('wname') gives information on the wavelet family whose short name is specified by the string 'wname'. Available family short names are:

'haar'
:
Haar wavelet.
'db'
:
Daubechies wavelets.
'sym'
:
Symlets.
'coif'
:
Coiflets.
'bior'
:
Biorthogonal wavelets.
'meyr'
:
Meyer wavelet.
'mexh'
:
Mexican hat wavelet.
'morl'
:
Morlet wavelet.

or user-defined short names for their own wavelet families (see wavemngr).

waveinfo('wsys') gives information on wavelet packets.

Examples

See Also

wavemngr

[ Previous | Help Desk | Next ]