Click or drag to resize

DoubleDWTThresholdLevel Method

Thresholds the level N details in the current signal decomposition.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void ThresholdLevel(
	DiscreteWaveletTransformThresholdPolicy policy,
	double lambda,
	int N
)

Parameters

policy  DiscreteWaveletTransformThresholdPolicy
Thresholding policy.
lambda  Double
The positive threshold value.
N  Int32
The level to threshold, ranging from 1 to CurrentDecompLevel().
Exceptions
ExceptionCondition
InvalidArgumentExceptionAll lambda thresholds must be non-negative.
See Also