Learn R Programming

rwavelet (version 0.4.2)

packet: Packet table indexing

Description

Packet table indexing

Usage

packet(d, b, n)

Value

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

Arguments

d

depth of splitting in packet decomposition.

b

block index among 2^d possibilities at depth d.

n

length of signal.

Examples

Run this code
packet(1, 1, 8)

Run the code above in your browser using DataLab