morlet                 package:Rwave                 R Documentation

_M_o_r_l_e_t _W_a_v_e_l_e_t_s

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

     Computes a Morlet wavelet at the point of the time-scale plane
     given in the input

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

     morlet(sigsize, location, scale, w0=2 * pi)

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

 sigsize: length of the output. 

location: time location of the wavelet. 

   scale: scale of the wavelet. 

      w0: central frequency of the wavelet. 

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

     The details of this construction (including the definition
     formulas) are given in the text.

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

     Returns the values of the complex Morlet wavelet at the point of
     the time-scale plane given in the input

_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:

     `gabor'.

