tDWT | R Documentation |
Performs the Discrete Wavelet Transform of a 3-D Tensor.
tDWT(tnsr)
tnsr |
: a 3-mode tensor |
a Tensor-class object
Kyle Caudle
Randy Hoover
Jackson Cates
G. Strang and T. Nguyen, Wavelets and filter banks. SIAM, 1996.
A. Haar, "Zur theorie der orthogonalen funktionensysteme", Mathematische annalen, vol. 69, no. 3, pp. 331-371, 1910.
T <- rand_tensor(modes=c(2,3,4))
print(tDWT(T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.