Ltrans: Tensor Transformation

View source: R/Ltrans.R

LtransR Documentation

Tensor Transformation

Description

Performs a tensor transformation of a 3D tensor using the discrete cosine transform along mode 3.

Usage


Ltrans(tnsr)

Arguments

tnsr

: A 3D tensor

Value

a Tensor-class object that has been transformed using the DCT.

Author(s)

Kyle Caudle

Randy Hoover

Jackson Cates

Examples

require(rTensor)
data(tensor)
tnsr <- as.tensor(tensor)
trans_tensor <- Ltrans(tnsr)
# print first lateral slice
trans_tensor[,1,]

LTAR documentation built on Aug. 22, 2023, 1:08 a.m.

Related to Ltrans in LTAR...