Click or drag to resize

DoubleSWT(DoubleWavelet) Constructor

Creates a discrete stationary wavelet transform class using the given wavelet. Set the Signal property before decomposing the signal with the SWT.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleSWT(
	DoubleWavelet wavelet
)

Parameters

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 periondic.
See Also