Click or drag to resize

Wavelet Class

This abstract class represents a wavelet. There are fives types of built in wavelets avaiable: Harr, Daubechies, Least Asymmetric, Best Localized, and Coiflet.
Inheritance Hierarchy

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract class Wavelet

The Wavelet type exposes the following members.

Constructors
 NameDescription
Public methodWavelet A abstract wavelet.
Top
Properties
 NameDescription
Public propertyFamilyName The wavelet family name.
Public propertyLength Length of this wavelet.
Public propertyShortName The wavelet name abbreviation.
Top
Fields
 NameDescription
Protected fieldfamilyName_ Name of the wavelet family.
Protected fieldlength_ Wavelet length.
Protected fieldshortName_ Abbreviated short name of the wavelet family. For example the fourth Daubechies wavelet is D4.
Protected fieldStatic memberwavelets_ The complete dictionary of built-in wavelets.
Top
See Also