mutilsFilterType          package:ifultools          R Documentation

_C_o_n_v_e_r_t_s _w_a_v_e_l_e_t _f_i_l_t_e_r _s_t_r_i_n_g _t_o _M_U_T_I_L_S _e_n_u_m _t_y_p_e

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     mutilsFilterType(wavelet="s8")

_A_r_g_u_m_e_n_t_s:

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

_V_a_l_u_e:

     an integer corresponding to the MUTILS enum.

_S_e_e _A_l_s_o:

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

_E_x_a_m_p_l_e_s:

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

