Click or drag to resize

DoubleSWT(Double, DoubleWavelet) Constructor

Creates a discrete stationary wavelet transform class using the given wavelet.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleSWT(
	double[] data,
	DoubleWavelet wavelet
)

Parameters

data  Double
The signal data to transform.
wavelet  DoubleWavelet
The desired wavelet.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe wavelet must be non-null.
InvalidArgumentExceptionThe length of the input data signal must be at least as long as the wavelet.
Remarks
Edge padding for the SWT is always periodic.
See Also