conv.seq | R Documentation |
Sequence convolution conv.seq calculates the convolution of two sequences
conv.seq(x, y, real = TRUE)
x,y |
numeric vectors |
real |
logical value, indicating whether the result should be real valued |
a numeric vector of length equal to length(x)+length(y)
, giving the convolution of x
and y
convolve
conv.seq(1:5,1:4) convolve(1:5,4:1,type="open")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.