View source: R/from_features.R
symconv2D.ks | R Documentation |
Perform symmetric 2D convolution using FFT.
symconv2D.ks(rr, ss, skewflag = rep(1, 2))
rr |
The first input matrix. |
ss |
The second input matrix. |
skewflag |
A vector of two scalar values for skew correction along each dimension. |
A matrix representing the result of the symmetric 2D convolution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.