| conv_cpp | R Documentation |
Performs 1D convolution of two vectors in C++ via FFT.
conv_cpp(a, b, shape = "full")
a |
The first numeric vector. |
b |
The second numeric vector. |
shape |
(optional) The shape of the output: "full", "same", or "valid". Default is "full," matching |
A numeric vector containing the convolution result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.