mutilsWSThresholdFunction {ifultools} | R Documentation |
MUTILS is a C library used for certain .Call
functions.
This function maps a wavelet transform character string to the
corresponding enum type in MUTILS.
mutilsWSThresholdFunction(x)
x |
a character string representing the waveshrink function.
Choices are "universal" , "minimax" , and "adaptive" . |
a list containg objects index
and threshfun
,
containing an integer corresponding to the MUTILS enum and name
of the waveshrink threshold function, respectively.
mutilsDistanceMetric
, mutilsFilterType
, mutilsFilterTypeContinuous
, mutilsSDF
, mutilsTransformPeakType
, mutilsTransformType
, mutilsWSShrinkageFunction
.
## obtain MUTILS enum map for the adaptive ## threshold function mutilsWSThresholdFunction("adaptive")