symconv2D.ks {shinyWGD} | R Documentation |
symconv2D.ks
Description
Perform symmetric 2D convolution using FFT.
Usage
symconv2D.ks(rr, ss, skewflag = rep(1, 2))
Arguments
rr |
The first input matrix. |
ss |
The second input matrix. |
skewflag |
A vector of two scalar values for skew correction along each dimension. |
Value
A matrix representing the result of the symmetric 2D convolution.
[Package shinyWGD version 1.0.0 Index]