convolve {base} | R Documentation |
convolve(a, b)
a , b |
the sequences to be convolved. |
This function uses the Fast Fourier Transform to compute the (circular) convolution of the sequences given as its arguments.
Brillinger, D. R. (1981). Time Series: Data Analysis and Theory, Second Edition. San Francisco: Holden-Day.
fft
, nextn
.