| mutilsFilterTypeContinuous {ifultools} | R Documentation |
MUTILS is a C library used for certain .Call functions.
This function maps a conntinuous wavelet filter character string to the
corresponding enum type in MUTILS.
mutilsFilterTypeContinuous(x)
x |
a character string representing the continuous wavelet filter type. |
an integer corresponding to the MUTILS enum.
mutilsDistanceMetric,
mutilsFilterType,
mutilsTransformType,
mutilsWSShrinkageFunction,
mutilsWSThresholdFunction.
## map the Morlet filter
mutilsFilterTypeContinuous("morlet")