| DiscreteWaveletTransformComputeThreshold Method |
Finds a single threshold for a given thresholding method and decomposition level.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected double ComputeThreshold(
DoubleVector details,
DiscreteWaveletTransformThresholdMethod method,
int N
)
Protected Function ComputeThreshold (
details As DoubleVector,
method As DiscreteWaveletTransformThresholdMethod,
N As Integer
) As Double
protected:
double ComputeThreshold(
DoubleVector^ details,
DiscreteWaveletTransformThresholdMethod method,
int N
)
member ComputeThreshold :
details : DoubleVector *
method : DiscreteWaveletTransformThresholdMethod *
N : int -> float
Parameters
- details DoubleVector
- The signal details.
- method DiscreteWaveletTransformThresholdMethod
- Thresholding method.
- N Int32
- Signal decomposition level of interest.
Return Value
DoubleThe threshold.
See Also