	
	_F_a_s_t _C_o_n_v_o_l_u_t_i_o_n
	
	     convolve(a, b, conj=FALSE)
	
	_A_r_g_u_m_e_n_t_s:
	
	         a,b : the sequences to be convolved.
	
	        conj : logical, if TRUE the forward transform of b
	               is conjugated before back-transformation.
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     convolve uses the Fast Fourier Transform to compute the
	     convolution of the sequences given as its arguments.
	
	     Complex conjugation is useful when computing autoco-
	     variances and autocorrelations by fast convolution.
	
	_R_e_f_e_r_e_n_c_e_s:
	
	     Brillinger, D. R. (1981).  Time Series: Data Analysis
	     and Theory, Second Edition.  San Francisco: Holden-Day.
	
	_S_e_e _A_l_s_o:
	
	     fft, nextn.
	
