cwtimage                package:Rwave                R Documentation

_C_o_n_t_i_n_u_o_u_s _W_a_v_e_l_e_t _T_r_a_n_s_f_o_r_m _D_i_s_p_l_a_y

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

     Converts the output (modulus or argument) of cwtpolar to a  2D
     array and displays on the graphic device.

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

     cwtimage(input)

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

   input: 3D array containing a continuous wavelet transform 

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

     The output contains the (complex) values of the wavelet transform
     of the input signal. The format of the output can be 

     2D array (signal_size x nb_scales)

     3D array (signal_size x noctave x nvoice)

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

     2D array continuous (complex) wavelet transform

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

     `cwtpolar', `cwt', `DOG'.

