mutilsTransformType: 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)
Value
an integer corresponding to the MUTILS enum.
Arguments
x
a character string representing the wavelet transform type.
Choices are "modwt", "modwpt", "dwt", and "dwpt".