packet: Packet table indexing

View source: R/packet.R

packetR Documentation

Packet table indexing

Description

Packet table indexing

Usage

packet(d, b, n)

Arguments

d

depth of splitting in packet decomposition.

b

block index among 2^d possibilities at depth d.

n

length of signal.

Value

p linear indices of all coeff's in that block.

Examples

packet(1, 1, 8)

fabnavarro/rwavelet documentation built on Nov. 5, 2023, 1:01 p.m.