Click or drag to resize

FloatSWT(FloatWavelet) 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 FloatSWT(
	FloatWavelet wavelet
)

Parameters

wavelet  FloatWavelet
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