cr.sparse.wt.families

cr.sparse.wt.families(short=True)[source]

Returns the list of (discrete) wavelet families supported by this package.

Parameters

short (bool, optional) – Use short names for the wavelet families. Default True.

Returns

A list of family names

Return type

list of str

For the Daubechies wavelet family, the short name is db and the long name is Daubechies.

Example

Current support is limited to following families:

>>> wt.families()
['haar', 'db', 'sym', 'coif', 'bior', 'rbio', 'dmey']