Click or drag to resize

FloatDWTDecompose Method

Multilevel discrete wavelet decomposition.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Decompose(
	int N
)

Parameters

N  Int32
Compute the wavelet decomposition to level N.
Exceptions
ExceptionCondition
NullReferenceException"The Signal property must first be assigned to a valid data array."
InvalidArgumentException"N cannot be greater than the maximum number of possible decompositions."
Remarks
Similar to MATLAB's wavedec function.
See Also