mutilsFilterType: Converts wavelet filter string to MUTILS enum type

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
mutilsFilterType(wavelet="s8")

Arguments

wavelet

a character string representing the wavelet filter type. Default: "s8".

Value

an integer corresponding to the MUTILS enum.

See Also

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

Examples

1
2
## map the Haar filter 
mutilsFilterType("haar")

ifultools documentation built on May 2, 2019, 4:48 p.m.