Click or drag to resize

FloatDWT(FloatWavelet) Constructor

Creates a discrete wavelet transform class using the given wavelet and the default periodic padding edge mode.

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

Parameters

wavelet  FloatWavelet
The desired wavelet.
See Also