Click or drag to resize

DiscreteWaveletTransformComputeThreshold Method

Finds a single threshold for a given thresholding method and decomposition level.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected double ComputeThreshold(
	DoubleVector details,
	DiscreteWaveletTransformThresholdMethod method,
	int N
)

Parameters

details  DoubleVector
The signal details.
method  DiscreteWaveletTransformThresholdMethod
Thresholding method.
N  Int32
Signal decomposition level of interest.

Return Value

Double
The threshold.
See Also