Click or drag to resize

DoubleDWTDWT 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(
	double[] signal,
	out double[] approx,
	out double[] details
)

Parameters

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