morwave2                package:Rwave                R Documentation

_R_e_a_l _R_i_d_g_e _M_o_r_v_e_l_e_t_s

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

     Generates the real parts of the Morlet wavelets at the sample 
     points of a ridge

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

     morwave2(bridge, aridge, nvoice, np, N, w0=2 * pi)

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

  bridge: time coordinates of the ridge samples. 

  aridge: scale coordinates of the ridge samples. 

  nvoice: number of different scales per octave. 

      np: number of samples in the input signal. 

       N: size of reconstructed signal. 

      w0: central frequency of the wavelet. 

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

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

     Returns the real parts of the Morlet wavelets at the samples of 
     the time-scale plane given in the input: array of Morlet wavelets
     located on the ridge samples

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

     See discussions in the text of ``Time-Frequency Analysis''.

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

     `morwave', `gwave', `gwave2'.

