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