cr.sparse.wt.wavelist

cr.sparse.wt.wavelist(family=None, kind='all')[source]

Returns the list of wavelts supported by this library for a specific wavelet family.

Parameters
  • family (str, optional) – The short name of wavelet family. If unspecified the list of wavelets for all families will be returned. Default None.

  • kind ({'all', 'continuous', 'discrete'}, optional) – Specifies what type of wavelet families to cover. Default “all”.

Returns

A list of wavelet names (for the specified family)

Return type

list of str

At the moment, no continuous wavelets are listed here.

Example

>>> wt.wavelist('haar')
['haar']