Click or drag to resize

FloatSWT(Single, FloatWavelet) 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 FloatSWT(
	float[] data,
	FloatWavelet wavelet
)

Parameters

data  Single
The signal data to transform.
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 periodic.
See Also