dwinverse               package:Rwave               R Documentation

_I_n_v_e_r_s_e _D_y_a_d_i_c _W_a_v_e_l_e_t _T_r_a_n_s_f_o_r_m

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

     Invert the dyadic wavelet transform.

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

     dwinverse(wt, filtername="Gaussian1")

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

      wt: dyadic wavelet transform 

filtername: filters used. ("Gaussian1" stands for the filters
          corresponds to those of Mallat and Zhong's wavlet. And "Haar"
          stands for the filters of Haar basis.     

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

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

     Reconstructed signal

_R_e_f_e_r_e_n_c_e_s:

     See discussions in the text of ``Practical Time-Frequency
     Analysis''.

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

     `mw', `ext', `mrecons'.

