Click or drag to resize

FloatSWTMaximumDecompLevel Method

Provides the maximum number of DWT decompositions possible based on the signal and wavelet lengths.

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

Return Value

Int32
Maximum number of DWT transforms possible.
Exceptions
ExceptionCondition
NullReferenceException"The Signal property must first be assigned to a valid data array."
See Also