mutilsFilterType {ifultools}R Documentation

Converts wavelet filter string to MUTILS enum type

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

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

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

[Package ifultools version 1.0-6 Index]