Selesnick              package:waveslim              R Documentation

_M_i_s_c_e_l_l_a_n_e_o_u_s _F_u_n_c_t_i_o_n_s _f_o_r _D_u_a_l-_t_r_e_e _W_a_v_e_l_e_t _S_o_f_t_w_a_r_e

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

     cshift(x, m)
     cshift2D(x, m)
     pm(a, b)

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

       x: $N$-point vector

       m: amount of shift

     a,b: 

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

       y: vector $x$ will be shifed by $m$ samples to the left or
          matrix $x$ will be shifed by $m$ samples down.

_A_u_t_h_o_r(_s):

     Matlab: S. Cai, K. Li and I. Selesnick; R port: B. Whitcher

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

     WAVELET SOFTWARE AT POLYTECHNIC UNIVERSITY, BROOKLYN, NY
     http://taco.poly.edu/WaveletSoftware/

