symconv3D.ks {shinyWGD}R Documentation

symconv3D.ks

Description

Perform symmetric 3D convolution using FFT.

Usage

symconv3D.ks(rr, ss, skewflag = rep(1, 3))

Arguments

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.

Value

A 3D array representing the result of the symmetric 3D convolution.


[Package shinyWGD version 1.0.0 Index]