[
top
|
up
]
Fast Convolution
Syntax
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
.