Click or drag to resize

DiscreteWaveletTransform Class

This abstract class represents all discrete wavelet transforms objects.
Inheritance Hierarchy

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public abstract class DiscreteWaveletTransform

The DiscreteWaveletTransform type exposes the following members.

Constructors
 NameDescription
Protected methodDiscreteWaveletTransformInitializes a new instance of the DiscreteWaveletTransform class
Top
Properties
 NameDescription
Public propertymode The current wavelet signal edge management mode.
Top
Methods
 NameDescription
Protected methodComputeThreshold Finds a single threshold for a given thresholding method and decomposition level.
Public methodDecompLength Provides the length of the DWT approximation and detail coefficient vectors.
Top
Fields
 NameDescription
Protected fieldmode_ The current mode of signal edge management.
Protected fieldwavelet_ The associated wavelet.
Top
See Also