Click or drag to resize

DiscreteWaveletTransformDecompLength Method

Provides the length of the DWT approximation and detail coefficient vectors.

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

Parameters

signalLength  Int32
Length of signal to be decomposed.

Return Value

Int32
Length of the DWT details and approximation arrays.
Exceptions
ExceptionCondition
InvalidArgumentException"The signal length must be greater than zero."
See Also