dwt.3d: Three Dimensional Separable Discrete Wavelet Transform

View source: R/three_D.R

dwt.3dR Documentation

Three Dimensional Separable Discrete Wavelet Transform

Description

Three-dimensional separable discrete wavelet transform (DWT).

Usage

dwt.3d(x, wf, J = 4, boundary = "periodic")

idwt.3d(y)

Arguments

x

input array

wf

name of the wavelet filter to use in the decomposition

J

depth of the decomposition, must be a number less than or equal to log(minZ,Y,Z,2)

boundary

only "periodic" is currently implemented

y

an object of class dwt.3d

Author(s)

B. Whitcher


neuroconductor/waveslim documentation built on Feb. 6, 2023, 6:56 a.m.