tDWT | R Documentation |
Performs the Discrete Wavelet Transform of a 3-mode Tensor.
tDWT(tnsr)
tnsr |
A 3-mode Tensor |
S3 class tensor
Kyle Caudle
Randy Hoover
Jackson Cates
Everett Sandbo
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.
Jensen, A., & la Cour-Harbo, A. (2011). Ripples in mathematics: the discrete wavelet transform. Springer Science & Business Media.
T <- t_rand(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.