symconv4D.ks {shinyWGD}R Documentation

symconv4D.ks

Description

Perform symmetric 4D convolution using FFT.

Usage

symconv4D.ks(rr, ss, skewflag = rep(1, 4), fftflag = rep(TRUE, 2))

Arguments

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.

Value

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


[Package shinyWGD version 1.0.0 Index]