convert              package:wavethresh              R Documentation

_C_o_n_v_e_r_t _o_n_e _t_y_p_e _o_f _w_a_v_e_l_e_t _o_b_j_e_c_t _i_n_t_o _a_n_o_t_h_e_r.

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

     Convert one type of wavelet object into another. 

     This function is generic. 

     Particular methods exist: 

     'convert.wd' is used to convert non-decimated 'wd' objects into
     'wst' objects.  'convert.wst' is used to convert 'wst' objects
     into non-decimated 'wd' objects.

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

     convert(...)

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

     ...: See individual help pages for details.

_D_e_t_a_i_l_s:

     See individual method help pages for operation and examples.

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

     An object containing the converted representation.

_R_E_L_E_A_S_E:

     Version 3.6.0 Copyright Guy Nason 1995

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

     'convert.wd', 'convert.wst', 'wst', 'wst.object', 'wst',
     'wst.object'.

