Click or drag to resize

FloatDWTDWT Method

Single step discrete wavelet decomposition. Both the details and the approximation arrays are returned.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void DWT(
	float[] signal,
	out float[] approx,
	out float[] details
)

Parameters

signal  Single
Input signal to decompose.
approx  Single
The resultant DWT approximation array.
details  Single
The resultant DWT details array.
See Also