cubelength: Find length and dyadic length of square array

Description Usage Arguments Value See Also Examples

View source: R/cubelength.R

Description

3d counterpart of Donoho's quadlength utilized by the 2d pair. Original matlab code Vicki Yang and Brani Vidakovic.

Usage

1

Arguments

x

3-d array; dim(n,n,n), n = 2^J (hopefully).

Value

n length(x).

J least power of two greater than n.

See Also

FWT3_PO, IWT3_PO.

Examples

1
cubelength(array(1:3, c(2,2,2)))

rwavelet documentation built on Jan. 13, 2021, 10:38 a.m.