mutilsTransformType: Converts wavelet transform string to MUTILS enum type

mutilsTransformTypeR Documentation

Converts wavelet transform string 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

mutilsTransformType(x)

Arguments

x

a character string representing the wavelet transform type. Choices are "modwt", "modwpt", "dwt", and "dwpt".

Value

an integer corresponding to the MUTILS enum.

See Also

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

Examples

## map the MODWPT 
mutilsTransformType("modwpt")

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