wr3D               package:wavethresh               R Documentation

_I_n_v_e_r_s_e _D_W_T _f_o_r _3_D _D_W_T _o_b_j_e_c_t.

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

     Performs the inverse DWT for 'wd3D.object', i.e. 3D DWT objects.

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

     wr3D(obj)

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

     obj: A 'wd3D.object' 3D DWT object as returned by 'wd3D'.  

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

     The code implements a 3D version of Mallat's inverse pyramid
     algorithm.

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

     A 3D array containing the inverse 3D DWT of obj.

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

     Version 3.9.6 Copyright Guy Nason 1997

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

     'wr', 'accessD.wd3D', 'print.wd3D', 'putD.wd3D', 'putDwd3Dcheck',
     'summary.wd3D', 'threshold.wd3D', 'wd3D', 'wd3D.object'.

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

     #
     # Now let's take the object generated by the last stage in the EXAMPLES
     # section of threshold.wd3D and invert it!
     #
     #testwr <- wr3D(testwd3DT)
     #
     # You'll find that testwr is an array of dimension 8x8x8!
     #

