vecmorlet               package:Rwave               R Documentation

_M_o_r_l_e_t _W_a_v_e_l_e_t_s _o_n _a _R_i_d_g_e

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

     Generate Morlet wavelets at specified positions on a ridge.

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

     vecmorlet(sigsize, nbnodes, bridge, aridge, w0=2 * pi)

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

 sigsize: Signal size. 

 nbnodes: Number of wavelets to be generated. 

  bridge: b coordinates of the ridge samples (1D array of length
          nbnodes). 

  aridge: a coordinates of the ridge samples (1D array of length
          nbnodes). 

      w0: Center frequency of the wavelet. 

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

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

     2D (complex) array containing wavelets located at the specific
     points.

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

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

     `vecgabor'.

