swdft3d {swdft}R Documentation

3D Sliding Window Discrete Fourier Transform

Description

3D Sliding Window Discrete Fourier Transform

Usage

swdft3d(x, n0, n1, n2, type = "base")

Arguments

x

3D real or complex-valued array

n0

window size in dimension 0

n1

window size in dimension 1

n2

window size in dimension 2

type

defaults to 'base', which is the only option

Value

An S3 'swdft3d' object. See ?new_swdft for details.


[Package swdft version 1.0.0 Index]