sridrec                package:Rwave                R Documentation

_S_i_m_p_l_e _R_e_c_o_n_s_t_r_u_c_t_i_o_n _f_r_o_m _R_i_d_g_e

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

     Simple reconstruction of a real valued signal from a ridge, by
     restriction of the transform to the ridge.

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

     sridrec(tfinput, ridge)

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

 tfinput: time-frequency representation. 

   ridge: ridge (1D array). 

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

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

     (real) reconstructed signal (1D array)

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

     `ridrec', `gridrec'.

