home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / convolve < prev    next >
Encoding:
Text File  |  1997-04-23  |  529 b   |  25 lines

  1.     
  2.     _F_a_s_t _C_o_n_v_o_l_u_t_i_o_n
  3.     
  4.          convolve(a, b)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.              a,b : the sequences to be convolved.
  9.     
  10.     _V_a_l_u_e:
  11.     
  12.          This function uses the Fast Fourier Transform to com-
  13.          pute the (circular) convolution of the sequences given
  14.          as its arguments.
  15.     
  16.     _R_e_f_e_r_e_n_c_e_s:
  17.     
  18.          Brillinger, D. R. (1981).  Time Series: Data Analysis
  19.          and Theory, Second Edition.  San Francisco: Holden-Day.
  20.     
  21.     _S_e_e _A_l_s_o:
  22.     
  23.          fft, nextn.
  24.     
  25.