dwt.3d {waveslim}R Documentation

Three Dimensional Separable Discrete Wavelet Transform

Description

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(min{Z,Y,Z},2)
boundary only "periodic" is currently implemented
y an object of class dwt.3d

Details

Value

Author(s)

B. Whitcher

References

See Also


[Package waveslim version 1.6.1 Index]