This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/convolve.html
convolve {base}R Documentation

Fast Convolution

Usage

convolve(a, b)

Arguments

a, b

the sequences to be convolved.

Value

This function uses the Fast Fourier Transform to compute the (circular) convolution of the sequences given as its arguments.

References

Brillinger, D. R. (1981). Time Series: Data Analysis and Theory, Second Edition. San Francisco: Holden-Day.

See Also

fft, nextn.


[Package base version 0.60 ]