vecgabor                package:Rwave                R Documentation

_G_a_b_o_r _F_u_n_c_t_i_o_n_s _o_n _a _R_i_d_g_e

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

     Generate Gabor functions at specified positions on a ridge.

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

     vecgabor(sigsize, nbnodes, location, frequency, scale)

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

 sigsize: Signal size. 

 nbnodes: Number of wavelets to be generated. 

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

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

   scale: size parameter for the Gabor functions. 

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

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

     size parameter for the Gabor functions.

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

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

     `vecmorlet'.

