dyadlength: Find length and dyadic length of array

Description Usage Arguments Value See Also Examples

View source: R/dyadlength.R

Description

Find length and dyadic length of array

Usage

1

Arguments

x

array of length n = 2^J (hopefully).

Value

n length(x).

J least power of two greater than n.

See Also

quadlength, dyad

Examples

1
2
x <- MakeSignal('Ramp', 8)
dyadlength(x)

Example output

$x
[1] 8

$y
[1] 3

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