mutilsWSThresholdFunction: Converts wavelet shrinkage threshold function to MUTILS enum...

mutilsWSThresholdFunctionR Documentation

Converts wavelet shrinkage threshold function to MUTILS enum type

Description

MUTILS is a C library used for certain itCall functions. This function maps a wavelet transform character string to the corresponding enum type in MUTILS.

Usage

mutilsWSThresholdFunction(x)

Arguments

x

a character string representing the waveshrink function. Choices are "universal", "minimax", and "adaptive".

Value

a list containing objects index and threshfun, containing an integer corresponding to the MUTILS enum and name of the waveshrink threshold function, respectively.

See Also

mutilsDistanceMetric, mutilsFilterType, mutilsFilterTypeContinuous, mutilsSDF, mutilsTransformPeakType, mutilsTransformType, mutilsWSShrinkageFunction.

Examples

## obtain MUTILS enum map for the adaptive 
## threshold function 
mutilsWSThresholdFunction("adaptive")

ifultools documentation built on July 14, 2022, 5:07 p.m.