Click or drag to resize

FloatDWT(Single, FloatWavelet, DiscreteWaveletTransformWaveletMode) Constructor

Creates a discrete wavelet transform class using the given wavelet and edge handeling mode.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatDWT(
	float[] data,
	FloatWavelet wavelet,
	DiscreteWaveletTransformWaveletMode mode
)

Parameters

data  Single
The 1D-signal data to transform.
wavelet  FloatWavelet
The desired wavelet.
mode  DiscreteWaveletTransformWaveletMode
The edge management mode.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe wavelet must be non-null.
InvalidArgumentExceptionThe length of the input data signal must be longer than the wavelet.
See Also