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