powered by
Sequence convolution conv.seq calculates the convolution of two sequences
conv.seq(x, y, real = TRUE)
a numeric vector of length equal to length(x)+length(y), giving the convolution of x and y
length(x)+length(y)
x
y
numeric vectors
logical value, indicating whether the result should be real valued
convolve
conv.seq(1:5,1:4) convolve(1:5,4:1,type="open")
Run the code above in your browser using DataLab