filtfft                 package:xcms                 R Documentation

_A_p_p_l_y _a_n _c_o_n_v_o_l_u_t_i_o_n _f_i_l_t_e_r _u_s_i_n_g _a_n _F_F_T

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

     Expands a vector to the length of the filter and then convolutes
     it using two successive FFTs.

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

     filtfft(y, filt)

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

       y: numeric vector of data to be filtered

    filt: filter with length 'nextn(length(y))'

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

     A numeric vector the same length as y.

_A_u_t_h_o_r(_s):

     Colin A. Smith, csmith@scripps.edu

