Click or drag to resize

FloatDWTThresholdAllLevels Method

Thresholds all levels of detail in the current signal decomposition.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void ThresholdAllLevels(
	DiscreteWaveletTransformThresholdPolicy policy,
	double[] lambda
)

Parameters

policy  DiscreteWaveletTransformThresholdPolicy
Thresholding policy.
lambda  Double
A vector of threshold values, with lambda[0] the threshold applied to level 1, and so forth.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThe length of the threshold vector must be at least the depth of the current decomposition as indicated by CurrentDecompLevel().
See Also