home *** CD-ROM | disk | FTP | other *** search
-
- _F_a_s_t _C_o_n_v_o_l_u_t_i_o_n
-
- convolve(a, b)
-
- _A_r_g_u_m_e_n_t_s:
-
- a,b : the sequences to be convolved.
-
- _V_a_l_u_e:
-
- This function uses the Fast Fourier Transform to com-
- pute the (circular) convolution of the sequences given
- as its arguments.
-
- _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.
-
-